Hyprland try
This commit is contained in:
parent
c3f1aa2c0b
commit
adf4e7e52c
3 changed files with 25 additions and 1 deletions
21
hosts/lars/hyprland.nix
Normal file
21
hosts/lars/hyprland.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{ config, inputs, pkgs, ... }:
|
||||
let
|
||||
username = config.myOptions.other.system.username;
|
||||
in {
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"$mod" = "SUPER";
|
||||
bind = [
|
||||
"$mod, Q, killactive"
|
||||
"$mod, return, kitty"
|
||||
"$mod SHIFT, return, firefox"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue