hypr conf
This commit is contained in:
parent
9080aeb814
commit
f2c2dd1998
2 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./helix.nix
|
./helix.nix
|
||||||
|
./hyprland.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# programs = enablePrograms {
|
# programs = enablePrograms {
|
||||||
|
|
|
||||||
6
users/tao/hyprland.nix
Normal file
6
users/tao/hyprland.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
wayland.windowManager.hyprland.enable = true;
|
||||||
|
wayland.windowManager.hyprland.settings = {
|
||||||
|
"$mod" = "SUPER";
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue