From 7add8ce1ba5e0a596b1871ed73e13ea20e619d98 Mon Sep 17 00:00:00 2001 From: Filip Hoffmann Date: Wed, 1 Jan 2025 19:27:47 +0100 Subject: [PATCH] create hyprland stuff (im sooo creative) --- system/hyprland.nix | 4 ++++ user/hyprland.nix | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 system/hyprland.nix create mode 100644 user/hyprland.nix 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 -- 2.51.2