summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/flake.nix b/flake.nix
index e7b826f..fd6c1f5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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