laying ground work for hyprland and yveltal
This commit is contained in:
15
modules/desktop/hyprland/default.nix
Normal file
15
modules/desktop/hyprland/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
|
||||
# enable hyprland
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
# hint to election apps wayland is in use
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user