add ardour and remove kde on desktop1
This commit is contained in:
parent
8956d1790e
commit
fd8e52d6d6
@ -24,6 +24,7 @@
|
||||
"wheel"
|
||||
"wireshark"
|
||||
"dialout"
|
||||
"audio"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@ -57,12 +57,20 @@
|
||||
depends = [ "/home" ];
|
||||
};
|
||||
|
||||
security.pam.loginLimits = [
|
||||
{
|
||||
domain = "@audio";
|
||||
type = "-";
|
||||
item = "memlock";
|
||||
value = "unlimited";
|
||||
}
|
||||
];
|
||||
|
||||
smayzy = {
|
||||
desktop.enable = true;
|
||||
nvidia.enable = true;
|
||||
virt.enable = true;
|
||||
hyprland.enable = true;
|
||||
kde.enable = true;
|
||||
docker.enable = true;
|
||||
containers = {
|
||||
nixos = {
|
||||
|
||||
@ -17,6 +17,7 @@ in
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@ -57,6 +57,7 @@ in
|
||||
qbittorrent
|
||||
android-tools
|
||||
gdb
|
||||
ardour
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user