diff --git a/system/hyprland.nix b/system/hyprland.nix new file mode 100644 index 0000000..aeb4afa --- /dev/null +++ b/system/hyprland.nix @@ -0,0 +1,15 @@ +{ pkgs, ... }: + +{ + imports = [ ]; + + programs.hyprland = { + enable = true; + }; + + environment.systemPackages = with pkgs; [ + kitty + ]; + + environment.sessionVariables.NIXOS_OZONE_WL = "1"; +} \ No newline at end of file