summary refs log tree commit diff
path: root/mixins
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-02-05 21:23:25 +0200
committertzlil <tzlils@protonmail.com>2023-02-05 21:23:25 +0200
commitc2efa603990a9a01501b6df1aa38bb8c5d3d01f7 (patch)
tree7f47718254cfe1aaa06d38d414f4c57710ce8041 /mixins
parentc56637320344b568f2f60427e646f917720c430a (diff)
add hyprland
Diffstat (limited to 'mixins')
-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