refactor: move graphical applications to a separate bundle
this facilitates lean clients, e.g. a laptop with only a virutal console
This commit is contained in:
parent
20372363f5
commit
f2b6808c93
10 changed files with 45 additions and 24 deletions
|
|
@ -5,10 +5,9 @@
|
|||
{
|
||||
imports = util.toImports ../features [
|
||||
# keep-sorted start
|
||||
"firefox"
|
||||
"kitty"
|
||||
"obsidian"
|
||||
"zen-browser"
|
||||
"aerc"
|
||||
"mail"
|
||||
"zellij"
|
||||
# keep-sorted end
|
||||
];
|
||||
}
|
||||
|
|
|
|||
14
modules/home-manager/bundles/gui.nix
Normal file
14
modules/home-manager/bundles/gui.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
util,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = util.toImports ../features [
|
||||
# keep-sorted start
|
||||
"firefox"
|
||||
"kitty"
|
||||
"obsidian"
|
||||
"zen-browser"
|
||||
# keep-sorted end
|
||||
];
|
||||
}
|
||||
|
|
@ -5,7 +5,6 @@
|
|||
{
|
||||
imports = util.toImports ./features [
|
||||
# keep-sorted start
|
||||
"aerc"
|
||||
"agenix"
|
||||
"bat"
|
||||
"delta"
|
||||
|
|
@ -14,10 +13,8 @@
|
|||
"gh"
|
||||
"git"
|
||||
"lazygit"
|
||||
"mail"
|
||||
"starship"
|
||||
"yazi"
|
||||
"zellij"
|
||||
"zoxide"
|
||||
# keep-sorted end
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue