added cinnamon desktop

This commit is contained in:
yaroslav
2025-06-11 08:49:51 +03:00
parent 3ba3700163
commit d0286e99e0
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
services.desktopManager.cinnamon.enable;
}
+1
View File
@@ -94,6 +94,7 @@
./hosts/Quark/smb.nix ./hosts/Quark/smb.nix
./hosts/Quark/sound.nix ./hosts/Quark/sound.nix
./hosts/generic/virtualization.nix ./hosts/generic/virtualization.nix
./desktop/cinnamon.nix
# hm-stable.nixosModules.home-manager { # hm-stable.nixosModules.home-manager {
# home-manager.useUserPackages = true; # home-manager.useUserPackages = true;
# home-manager.users.yaroslav = { # home-manager.users.yaroslav = {
+1 -1
View File
@@ -1,6 +1,6 @@
{ ... }: { ... }:
{ {
security.rtkit.enable = true; # security.rtkit.enable = true;
services.pipewire = { services.pipewire = {
enable = true; enable = true;
alsa.enable = true; alsa.enable = true;