mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-15 11:30:13 +00:00
inherit accepts multiple args
This commit is contained in:
parent
726eace95c
commit
72e0463e32
@ -54,11 +54,7 @@
|
|||||||
|
|
||||||
nixosConfigurations.thinkpad = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.thinkpad = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = {
|
specialArgs = { inherit emacs-larstvei nanostatus zen-browser; };
|
||||||
inherit nanostatus;
|
|
||||||
inherit emacs-larstvei;
|
|
||||||
inherit zen-browser;
|
|
||||||
};
|
|
||||||
modules = [
|
modules = [
|
||||||
home-manager.nixosModules.default
|
home-manager.nixosModules.default
|
||||||
./machines/thinkpad
|
./machines/thinkpad
|
||||||
|
Loading…
Reference in New Issue
Block a user