hypr conf

This commit is contained in:
Tao Tien 2024-02-01 14:27:36 -08:00
parent 9080aeb814
commit f2c2dd1998
2 changed files with 7 additions and 0 deletions

View file

@ -4,6 +4,7 @@ in
{ {
imports = [ imports = [
./helix.nix ./helix.nix
./hyprland.nix
]; ];
# programs = enablePrograms { # programs = enablePrograms {

6
users/tao/hyprland.nix Normal file
View file

@ -0,0 +1,6 @@
{
wayland.windowManager.hyprland.enable = true;
wayland.windowManager.hyprland.settings = {
"$mod" = "SUPER";
};
}