diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -14,15 +14,15 @@ }; # 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"; - # }; + 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 = { @@ -239,7 +239,7 @@ specialArgs = { inherit inputs; }; modules = [ ./machines/zenbook/configuration.nix - # lix-module.nixosModules.default + lix-module.nixosModules.default # Default users ./modules/users/defin.nix |
