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