inherit vars everywhere

This commit is contained in:
Andreas Zweili 2022-03-16 14:50:45 +01:00
parent 6e4b951381
commit aec74f1a24
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
configurationNix
# Common configuration
./modules/common-x86
(import ./modules/common-x86 {inherit custom inputs pkgs system;})
home-manager.nixosModules.home-manager
{
@ -99,7 +99,7 @@
configurationNix
# Common configuration
./modules/common
(import ./modules/common {inherit custom inputs pkgs system;})
home-manager.nixosModules.home-manager
{