feat: update depreciated options

This commit is contained in:
tux
2025-12-17 02:53:16 +05:30
parent 8c17353315
commit 7b085aa127
7 changed files with 20 additions and 24 deletions

View File

@@ -184,7 +184,6 @@
programs = {
ssh.startAgent = true;
xfconf.enable = true;
file-roller.enable = true;
thunar = {
enable = true;
plugins = with pkgs.xfce; [
@@ -194,7 +193,7 @@
};
nix-ld = {
enable = true;
package = pkgs.nix-ld-rs;
package = pkgs.nix-ld;
};
nm-applet.enable = true;
noisetorch.enable = true;