Skip to content

Commit

Permalink
hyprland: remove nemo, use thunar
Browse files Browse the repository at this point in the history
  • Loading branch information
storvik committed Jul 14, 2024
1 parent afb57aa commit ca0beb7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion modules/nixos/desktop-hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,17 @@ in

services.udisks2.enable = true;

programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [
thunar-archive-plugin
thunar-volman
];
};

environment.systemPackages = with pkgs; [
pamixer
brightnessctl
cinnamon.nemo
pinentry-qt # needed to use from scripts
wl-clipboard # needed for copy paste in swappy etc
];
Expand Down

0 comments on commit ca0beb7

Please sign in to comment.