summaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix11
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";