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