feat: move home-manager configurations into profiles
This commit is contained in:
parent
69362c063b
commit
8da3ae268a
5 changed files with 67 additions and 62 deletions
|
@ -131,7 +131,9 @@
|
|||
externalModules = [ ];
|
||||
importables = rec {
|
||||
profiles = digga.lib.rakeLeaves ./users/profiles;
|
||||
suites = with profiles; rec { base = [ direnv git ]; };
|
||||
suites = with profiles; rec {
|
||||
base = [ direnv git kitty starship zsh ];
|
||||
};
|
||||
};
|
||||
users = {
|
||||
infinidoge = { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue