dregil: Enable hyprland window manager
This commit is contained in:
parent
c615a6b4e7
commit
dc3725a83d
2 changed files with 11 additions and 0 deletions
10
modules/hyprland/default.nix
Normal file
10
modules/hyprland/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
config.programs.hyprland.enable = true;
|
||||
config.environment.systemPackages = [ pkgs.kitty ];
|
||||
config.environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue