dregil: Enable hyprland window manager
This commit is contained in:
parent
c615a6b4e7
commit
dc3725a83d
2 changed files with 11 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
||||||
../../home/anne/default.nix
|
../../home/anne/default.nix
|
||||||
../../home/alex/default.nix
|
../../home/alex/default.nix
|
||||||
../../modules/grub-themes
|
../../modules/grub-themes
|
||||||
|
../../modules/hyprland
|
||||||
../../modules/podman
|
../../modules/podman
|
||||||
../../modules/tailscale
|
../../modules/tailscale
|
||||||
];
|
];
|
||||||
|
|
|
||||||
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