mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
flake: update (3)
This commit is contained in:
parent
6311ec19a7
commit
2f6975da84
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, self, iceshrimp, catppuccin, ...} @ inputs:
|
||||
outputs = { nixpkgs, self, catppuccin, ...} @ inputs:
|
||||
let
|
||||
selfPkgs = import ./pkgs;
|
||||
username = "liv";
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
modules = [(
|
||||
import ./hosts/violet
|
||||
)];
|
||||
specialArgs = { host="violet"; inherit self inputs username iceshrimp ; };
|
||||
specialArgs = { host="violet"; inherit self inputs username; };
|
||||
};
|
||||
|
||||
vm = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue