diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -13,6 +13,17 @@ inputs.nixpkgs.follows = "nixpkgs-unstable"; }; + # alternative nix compiler + lix = { + url = "git+https://git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1"; + flake = false; + }; + lix-module = { + url = "git+https://git.lix.systems/lix-project/nixos-module"; + inputs.lix.follows = "lix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + # modern window compositor hyprland = { url = "github:hyprwm/Hyprland"; @@ -304,7 +315,8 @@ specialArgs = { inherit inputs; }; modules = [ ./machines/khad/configuration.nix - + lix-module.nixosModules.default + ./modules/users/defin.nix ./modules/users/root.nix |
