Move secrets to individual configs
This commit is contained in:
parent
bee8a21990
commit
a1b70baa78
5 changed files with 9 additions and 48 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, pkgs, config, lib, mod, additionalHomeConfig, ... }:
|
||||
{ inputs, pkgs, config, lib, mod, additionalHomeConfig, root, ... }:
|
||||
let
|
||||
base_imports = [
|
||||
inputs.anyrun.homeManagerModules.default
|
||||
|
|
@ -27,7 +27,7 @@ in {
|
|||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
extraSpecialArgs = { inherit inputs root; };
|
||||
|
||||
users.${config.conf.username} = {
|
||||
imports = [ ./common.nix ./xdg.nix ./themes ./sync.nix ] ++ base_imports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue