This commit is contained in:
minish 2024-12-31 23:13:36 -05:00
parent 5110dace62
commit 481cb09ec7
Signed by: min
SSH Key Fingerprint: SHA256:NFjjdbkd6u7aoMlcrDCVvz6o2UBtlAuPm8IQ2vhZ3Fg
2 changed files with 10 additions and 0 deletions

7
homes/min/hyprland.nix Normal file
View File

@ -0,0 +1,7 @@
_: {
programs.kitty.enable = true;
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
};
}

View File

@ -48,6 +48,9 @@
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
# Enable hyprland (needed for home-manager module)
programs.hyprland.enable = true;
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
programs.gnupg.agent = {