nix-config/modules/default/home-manager/desktop/hyprland/default.nix
2024-12-27 15:08:02 +01:00

21 lines
279 B
Nix

{ ... }:
{
#home-manager.users.willifan = {
imports = [
./fuzzel.nix
./hyprexit.nix
./hypridle.nix
./hyprlock.nix
./hyprpaper.nix
./mako.nix
./utils.nix
./wlogout.nix
./options.nix
./hyprland.nix
];
#};
}