Merge branch 'master' of clank:repos/nixos

Merging configs from hosts
This commit is contained in:
yaroslav
2025-06-11 23:29:39 +03:00
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
services.desktopManager.cinnamon.enable;
}
+1
View File
@@ -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 -1
View File
@@ -1,6 +1,6 @@
{ ... }:
{
security.rtkit.enable = true;
# security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;