From 531568d0cbac946f99885adc1a15c4201fd82175 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 15 Jun 2024 23:30:22 -0600 Subject: trying to make custom package --- flake.nix | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 356d16c..e7b826f 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 @@ -257,6 +257,7 @@ home-manager.extraSpecialArgs = { inherit inputs; }; } + ./modules/nixos/asus-numpad-touchpad.nix ./modules/nixos/bluetooth.nix ./modules/nixos/environment.nix ./modules/nixos/kde-connect.nix -- cgit v1.2.3