added kwrite; added adwsteamgtk

This commit is contained in:
William 2025-01-30 18:54:59 -03:00
parent 25fd18658b
commit cd4c0b7a4b

View file

@ -5,6 +5,19 @@ let
dolphin-plugins dolphin-plugins
kolourpaint kolourpaint
]; ];
kwrite = pkgs.symlinkJoin {
name = "kwrite";
paths = [ pkgs.kdePackages.kate ];
postBuild = ''
rm -rf $out/bin/kate \
$out/bin/.kate-wrapped \
$out/share/applications/org.kde.kate.desktop \
$out/share/man \
$out/share/icons/hicolor/*/apps/kate.png \
$out/share/icons/hicolor/scalable/apps/kate.svg \
$out/share/appdata/org.kde.kate.appdata.xml
'';
};
in in
{ {
environment.systemPackages = environment.systemPackages =
@ -25,13 +38,13 @@ in
firefox firefox
freecad-wayland freecad-wayland
fzf fzf
ghostty
gimp gimp
heroic heroic
inkscape inkscape
junction junction
kara kara
kde-rounded-corners kde-rounded-corners
kwrite
libfido2 libfido2
libreoffice-qt libreoffice-qt
# lilipod BROKEN # lilipod BROKEN
@ -74,6 +87,7 @@ in
"com.modrinth.ModrinthApp" "com.modrinth.ModrinthApp"
"com.steamgriddb.SGDBoop" "com.steamgriddb.SGDBoop"
"app.zen_browser.zen" "app.zen_browser.zen"
"io.github.Foldex.AdwSteamGtk"
"io.itch.itch" "io.itch.itch"
"org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/24.08" "org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/24.08"
]; ];
@ -117,7 +131,6 @@ in
gwenview gwenview
kate kate
khelpcenter khelpcenter
konsole
oxygen oxygen
] ]
); );