desktop/niri: add gnome-text-editor
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -6,9 +6,9 @@
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib.strings) removeSuffix;
|
||||
# inherit (lib.strings) removeSuffix;
|
||||
inherit (lib) mkIf mkEnableOption mkDefault mkForce getExe;
|
||||
inherit (osConfig.module.stylix) theme;
|
||||
# inherit (osConfig.module.stylix) theme;
|
||||
inherit (osConfig.networking) hostName;
|
||||
cfg = config.desktop.niri;
|
||||
ifLaptop = mkIf (hostName != "dunamis");
|
||||
@ -69,6 +69,7 @@ in {
|
||||
[
|
||||
# gui libadwaita apps
|
||||
celluloid # mpv gui in libadwaita
|
||||
gnome-text-editor
|
||||
helvum # pipewire patchbay in rust
|
||||
junction # app chooser
|
||||
loupe # image viewer and editor in rust
|
||||
|
Reference in New Issue
Block a user