update
This commit is contained in:
@@ -30,11 +30,11 @@
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
nixos = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit system niri dankMaterialShell; };
|
||||
specialArgs = { inherit system inputs; };
|
||||
modules = [
|
||||
./configuration.nix
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.extraSpecialArgs = { inherit niri dankMaterialShell; };
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.bangae1 = import ./hm/home.nix;
|
||||
|
||||
Reference in New Issue
Block a user