added cinnamon desktop
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.desktopManager.cinnamon.enable;
|
||||
|
||||
}
|
||||
@@ -94,6 +94,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