diff options
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 |