From 2cfcd171efb223acde6cc1ce87cd6717e003b246 Mon Sep 17 00:00:00 2001 From: anand Date: Sun, 28 Dec 2025 19:21:23 +0530 Subject: some stuff idk --- configuration.nix | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'configuration.nix') 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"; -- cgit v1.2.3