diff options
author | tzlil <tzlils@protonmail.com> | 2023-02-05 21:22:51 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-02-05 21:22:51 +0200 |
commit | c56637320344b568f2f60427e646f917720c430a (patch) | |
tree | ae5059cdf9ffbe697c1cb584b38da59fa72e775d /mixins | |
parent | 100d37bbf51545fd8c258059e3c947d9ce51fd60 (diff) |
add hyprland
Diffstat (limited to 'mixins')
-rw-r--r-- | mixins/hyperland.nix | 14 |
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 |