summary refs log tree commit diff
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-02-05 21:22:51 +0200
committertzlil <tzlils@protonmail.com>2023-02-05 21:22:51 +0200
commitc56637320344b568f2f60427e646f917720c430a (patch)
treeae5059cdf9ffbe697c1cb584b38da59fa72e775d
parent100d37bbf51545fd8c258059e3c947d9ce51fd60 (diff)
add hyprland
-rw-r--r--mixins/hyperland.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/mixins/hyperland.nix b/mixins/hyperland.nix
new file mode 100644
index 0000000..84cab6f
--- /dev/null
+++ b/mixins/hyperland.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