diff options
author | tzlil <tzlils@protonmail.com> | 2023-02-05 22:29:24 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-02-05 22:29:24 +0200 |
commit | b0422f1bc1ffdfc32f621c26ff8091d6817e4e67 (patch) | |
tree | bd1e2c66651407796a1f104b63fbb2fb0717906c /mixins/hyperland.nix | |
parent | c2efa603990a9a01501b6df1aa38bb8c5d3d01f7 (diff) |
remove password age, add disko config, add vps, trying to get hyprland working
Diffstat (limited to 'mixins/hyperland.nix')
-rw-r--r-- | mixins/hyperland.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mixins/hyperland.nix b/mixins/hyperland.nix deleted file mode 100644 index 84cab6f..0000000 --- a/mixins/hyperland.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - pkgs, - lib, - config, - inputs, - ... -}: { - imports = [ - inputs.hyprland.nixosModules.default - ]; - config = { - programs.hyprland.enable = true; - }; -} \ No newline at end of file |