modularize config
This commit is contained in:
parent
09c4625fbb
commit
7a4e46e04f
33 changed files with 230 additions and 168 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, pkgs, mod, username, ... }:
|
||||
{ inputs, pkgs, mod, config, ... }:
|
||||
let
|
||||
base_imports = [
|
||||
inputs.anyrun.homeManagerModules.default
|
||||
|
|
@ -14,6 +14,7 @@ let
|
|||
inputs.nix-flatpak.homeManagerModules.nix-flatpak
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
];
|
||||
username = config.conf.username;
|
||||
in
|
||||
{
|
||||
xdg.portal.config.common.default = "*";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue