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
|
|
@ -1,8 +1,5 @@
|
|||
{
|
||||
# keep-sorted start
|
||||
pkgs,
|
||||
util,
|
||||
# keep-sorted end
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -13,17 +10,4 @@
|
|||
"protonmail-bridge"
|
||||
# keep-sorted end
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# keep-sorted start
|
||||
beeper
|
||||
calibre
|
||||
cameractrls-gtk3
|
||||
jellyfin-desktop
|
||||
# https://github.com/NixOS/nixpkgs/issues/437865
|
||||
# jellyfin-media-player
|
||||
onlyoffice-desktopeditors
|
||||
textsnatcher
|
||||
# keep-sorted end
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue