Merge branch 'master' of clank:repos/nixos
Merging configs from hosts
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.desktopManager.cinnamon.enable;
|
||||
|
||||
}
|
||||
@@ -95,6 +95,7 @@
|
||||
./hosts/Quark/smb.nix
|
||||
./hosts/Quark/sound.nix
|
||||
./hosts/generic/virtualization.nix
|
||||
./desktop/cinnamon.nix
|
||||
# hm-stable.nixosModules.home-manager {
|
||||
# home-manager.useUserPackages = true;
|
||||
# home-manager.users.yaroslav = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ ... }:
|
||||
{
|
||||
security.rtkit.enable = true;
|
||||
# security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user