add extraSpecialArgs to use flake inputs in home.nix and add anyrun as a launcher

This commit is contained in:
Gabriella Bere 2024-08-23 13:15:06 +01:00
parent 60495f0f31
commit e1d94eefba
4 changed files with 101 additions and 2 deletions

View file

@ -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;
};