mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-21 05:08:37 +01:00
desktop: Remove logseq
I don't use logseq anymore and am removing large programs to reduce the closure size.
This commit is contained in:
parent
47c6d60229
commit
d187c6dd5b
@ -33,7 +33,7 @@ in
|
||||
default = 11;
|
||||
};
|
||||
|
||||
bloat = mkEnableOption "GUI applications like Logseq";
|
||||
bloat = mkEnableOption "GUI applications";
|
||||
gnome = mkEnableOption "GNOME specialization";
|
||||
plasma = mkEnableOption "Plasma specialization";
|
||||
container = mkEnableOption "disable some options for container performance";
|
||||
@ -113,7 +113,6 @@ in
|
||||
environment.systemPackages = mkMerge [
|
||||
(mkIf bloat (attrValues {
|
||||
inherit (pkgs)
|
||||
logseq
|
||||
mullvad-browser
|
||||
spek
|
||||
audacity
|
||||
|
Loading…
Reference in New Issue
Block a user