diff options
author | tzlil <tzlils@protonmail.com> | 2023-02-05 21:23:25 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-02-05 21:23:25 +0200 |
commit | c2efa603990a9a01501b6df1aa38bb8c5d3d01f7 (patch) | |
tree | 7f47718254cfe1aaa06d38d414f4c57710ce8041 | |
parent | c56637320344b568f2f60427e646f917720c430a (diff) |
add hyprland
-rw-r--r-- | mixins/hyprland.nix | 14 |
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 |