nix-config/users/willifan/graphical/hyprland/hyprland.nix
2024-05-12 16:28:25 +02:00

11 lines
No EOL
166 B
Nix

{ pkgs, home-manager, ...}:
{
home-manager.users.willifan = {
wayland.windowManager.hyprland = {
enable = true;
settings = {
};
};
};
}