diff --git a/system/hyprland.nix b/system/hyprland.nix new file mode 100644 index 0000000..b1292ee --- /dev/null +++ b/system/hyprland.nix @@ -0,0 +1,4 @@ +{...}: { + programs.hyprland.enable = true; + programs.hyprland.withUWSM = true; +} diff --git a/user/hyprland.nix b/user/hyprland.nix new file mode 100644 index 0000000..200b0e7 --- /dev/null +++ b/user/hyprland.nix @@ -0,0 +1,3 @@ +{...}: { + +} \ No newline at end of file