diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-18 13:53:40 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-18 13:53:40 -0600 |
| commit | 09f28258a3f6abbfcf9903634b12fc46333a9613 (patch) | |
| tree | 6df0317c0dd81b65871afd46d75fbd16958f1b76 /flake.nix | |
| parent | f707e458df29735a12d860b7067ad049c26e3428 (diff) | |
lix source back up
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 |
