11 lines
No EOL
166 B
Nix
11 lines
No EOL
166 B
Nix
{ pkgs, home-manager, ...}:
|
|
{
|
|
home-manager.users.willifan = {
|
|
wayland.windowManager.hyprland = {
|
|
enable = true;
|
|
settings = {
|
|
|
|
};
|
|
};
|
|
};
|
|
} |