another one
This commit is contained in:
7
system/bin/hyprland/default.nix
Normal file
7
system/bin/hyprland/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{inputs, ...}: {
|
||||
imports = [
|
||||
inputs.hyprland.nixosModules.default
|
||||
];
|
||||
environment.variables.NIXOS_OZONE_WL = "1";
|
||||
programs.hyprland.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user