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
|
@ -3,6 +3,13 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./hyprland-misc.nix
|
||||
./alacritty.nix
|
||||
./fuzzel.nix
|
||||
./waybar
|
||||
];
|
||||
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
services.displayManager.defaultSession = "hyprland";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue