chore(hyprland): move utility packages to a different file
This commit is contained in:
parent
5719c0d2b4
commit
b4c294eb58
3 changed files with 27 additions and 14 deletions
20
programs/hyprland-misc.nix
Normal file
20
programs/hyprland-misc.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{pkgs, ...}: {
|
||||
# utility packages for hyprland, since you know it's not a DE
|
||||
|
||||
hm.home.packages = with pkgs; [
|
||||
gnome.gnome-calculator
|
||||
mate.eom
|
||||
nwg-look
|
||||
pavucontrol
|
||||
];
|
||||
|
||||
programs = {
|
||||
seahorse.enable = true;
|
||||
file-roller.enable = true;
|
||||
|
||||
thunar = {
|
||||
enable = true;
|
||||
plugins = with pkgs.xfce; [thunar-volman thunar-archive-plugin];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue