From c56637320344b568f2f60427e646f917720c430a Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 5 Feb 2023 21:22:51 +0200 Subject: add hyprland --- mixins/hyperland.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mixins/hyperland.nix 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 -- cgit 1.4.1