nix-config/modules/home-manager/desktop/hyprland/default.nix
2025-05-30 21:10:10 +02: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
];
#};
}