diff options
| author | anand <anand.panchdhari@gmail.com> | 2025-12-28 19:21:23 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2025-12-28 19:21:23 +0530 |
| commit | 2cfcd171efb223acde6cc1ce87cd6717e003b246 (patch) | |
| tree | 6c41656f06f25162e074e831173517b6be4a7e24 /configuration.nix | |
| parent | 57d02057f293ef1f58553cc5d9df9599d90e4481 (diff) | |
some stuff idk
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/configuration.nix b/configuration.nix index 18277ef..118af27 100644 --- a/configuration.nix +++ b/configuration.nix @@ -136,7 +136,7 @@ hypridle hyprlock hyprshot - trashy + trash-cli nh ]; @@ -169,7 +169,6 @@ xwayland.enable = true; }; programs.firefox.enable = true; - programs.xfconf.enable = true; programs.thunar = { enable = true; plugins = with pkgs.xfce; [ @@ -178,6 +177,8 @@ thunar-media-tags-plugin ]; }; + programs.xfconf.enable = true; + programs.dconf.enable = true; programs.auto-cpufreq = { enable = true; settings = { @@ -197,12 +198,6 @@ services.openssh.enable = true; services.spotifyd = { enable = true; - settings = { - global = { - username = ""; - password = ""; - }; - }; }; services.xserver.xkb.layout = "us"; |
