add ardour and remove kde on desktop1
nixos config pipeline / show-flake (push) Successful in 31s
nixos config pipeline / deploy (push) Successful in 1m21s

This commit is contained in:
smayzy
2026-03-29 11:19:14 +02:00
parent 8956d1790e
commit fd8e52d6d6
4 changed files with 12 additions and 1 deletions
+9 -1
View File
@@ -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 = {