home
This commit is contained in:
parent
ee9c1366a9
commit
5d88fe7b77
12 changed files with 289 additions and 97 deletions
12
flake.nix
12
flake.nix
|
|
@ -37,10 +37,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
matshell = {
|
||||
url = "github:Neurarian/matshell";
|
||||
hyprpanel = {
|
||||
url = "github:jas-singhfsu/hyprpanel";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
zen-browser = {
|
||||
url = "github:LunaCOLON3/zen-browser-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.ags.follows = "ags";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -72,7 +76,7 @@
|
|||
lib.nixosSystem {
|
||||
system = system;
|
||||
pkgs = importNixpkgs system nixpkgs;
|
||||
specialArgs = inputs;
|
||||
specialArgs = inputs // {inherit system;};
|
||||
modules = [
|
||||
./hosts/${host}/default.nix
|
||||
./hosts/${host}/hardware-configuration.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue