chore: reformat user suites
This commit is contained in:
parent
1efae8ed1b
commit
a54327b483
1 changed files with 14 additions and 1 deletions
15
flake.nix
15
flake.nix
|
@ -129,7 +129,20 @@
|
|||
importables = rec {
|
||||
profiles = digga.lib.rakeLeaves ./users/profiles;
|
||||
suites = with profiles; rec {
|
||||
base = [ direnv git kitty starship zsh ];
|
||||
base = [
|
||||
# Base Configuration
|
||||
xdg
|
||||
|
||||
# Programs
|
||||
direnv
|
||||
git
|
||||
pass
|
||||
|
||||
# Terminal
|
||||
kitty
|
||||
starship
|
||||
shells.zsh
|
||||
];
|
||||
};
|
||||
};
|
||||
users = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue