refactor: re-classify home manager modules
This commit is contained in:
parent
371cb76021
commit
671284abc1
3 changed files with 6 additions and 4 deletions
|
|
@ -5,12 +5,9 @@
|
||||||
{
|
{
|
||||||
imports = util.toImports ../features [
|
imports = util.toImports ../features [
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
"aerc"
|
|
||||||
"firefox"
|
"firefox"
|
||||||
"kitty"
|
"kitty"
|
||||||
"mail"
|
|
||||||
"obsidian"
|
"obsidian"
|
||||||
"zellij"
|
|
||||||
"zen-browser"
|
"zen-browser"
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,9 @@
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = util.toImports ../features [
|
imports = util.toImports ../features [
|
||||||
|
# keep-sorted start
|
||||||
|
"direnv"
|
||||||
"zed-editor"
|
"zed-editor"
|
||||||
|
# keep-sorted end
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,17 +5,19 @@
|
||||||
{
|
{
|
||||||
imports = util.toImports ./features [
|
imports = util.toImports ./features [
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
|
"aerc"
|
||||||
"agenix"
|
"agenix"
|
||||||
"bat"
|
"bat"
|
||||||
"delta"
|
"delta"
|
||||||
"direnv"
|
|
||||||
"eza"
|
"eza"
|
||||||
"fish"
|
"fish"
|
||||||
"gh"
|
"gh"
|
||||||
"git"
|
"git"
|
||||||
"lazygit"
|
"lazygit"
|
||||||
|
"mail"
|
||||||
"starship"
|
"starship"
|
||||||
"yazi"
|
"yazi"
|
||||||
|
"zellij"
|
||||||
"zoxide"
|
"zoxide"
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue