add extraSpecialArgs to use flake inputs in home.nix and add anyrun as a launcher
This commit is contained in:
parent
60495f0f31
commit
e1d94eefba
4 changed files with 101 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
@ -107,7 +106,7 @@
|
|||
};
|
||||
|
||||
home-manager = {
|
||||
# extraSpeicalArgs = { inherit inputs; };
|
||||
extraSpeicalArgs = { inherit inputs; };
|
||||
users = {
|
||||
"blue" = import ../../home-manager/home.nix;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue