moved home-manager config from configuration.nix into flake.nix, unified all module imports into flake.nix
This commit is contained in:
parent
b33b517c48
commit
19907c1d03
4 changed files with 25 additions and 10 deletions
|
@ -105,12 +105,12 @@
|
|||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
users = {
|
||||
"blue" = import ../../home-manager/home.nix;
|
||||
};
|
||||
};
|
||||
# home-manager = {
|
||||
# extraSpecialArgs = { inherit inputs; };
|
||||
# users = {
|
||||
# "blue" = import ../../home-manager/home.nix;
|
||||
# };
|
||||
# };
|
||||
|
||||
# Enable fingerprint daemon
|
||||
services.fprintd.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue