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 {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit nanostatus;
|
||||
inherit emacs-larstvei;
|
||||
inherit zen-browser;
|
||||
};
|
||||
specialArgs = { inherit emacs-larstvei nanostatus zen-browser; };
|
||||
modules = [
|
||||
home-manager.nixosModules.default
|
||||
./machines/thinkpad
|
||||
|
Loading…
Reference in New Issue
Block a user