nix-config/modules/default/home-manager/desktop/hyprland/default.nix
2025-01-07 23:28:53 +01:00

21 lines
257 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
];
#};
}