summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mixins/hyprland.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/mixins/hyprland.nix b/mixins/hyprland.nix
new file mode 100644
index 0000000..84cab6f
--- /dev/null
+++ b/mixins/hyprland.nix
@@ -0,0 +1,14 @@
+{
+  pkgs,
+  lib,
+  config,
+  inputs,
+  ...
+}: {
+  imports = [
+    inputs.hyprland.nixosModules.default
+  ];
+  config = {
+    programs.hyprland.enable = true;
+  };
+}
\ No newline at end of file