I'll wait for ondsel to get packaged, floorp is foss again

This commit is contained in:
William 2024-07-18 15:41:10 -03:00
parent 5f55ed4116
commit e72e80b4cc
2 changed files with 2 additions and 29 deletions

View file

@ -10,8 +10,6 @@
i2c.enable = true;
};
sound.enable = true;
security.rtkit.enable =
true; # Needed for pipewire to acquire realtime priority
}

View file

@ -23,6 +23,7 @@ in {
fd
filelight
firefox
floorp
foliate
fzf
gamescope
@ -30,7 +31,7 @@ in {
helvum
heroic
inkscape
# itch # Currently broken
itch # Currently broken
junction
kde-rounded-corners
kolourpaint
@ -66,32 +67,6 @@ in {
yad
wezterm
zed-editor
(appimageTools.wrapType2 rec {
pname = "ondsel-es";
version = "2024.2.2";
src = fetchurl {
url =
"https://github.com/Ondsel-Development/FreeCAD/releases/download/2024.2.2/Ondsel_ES_2024.2.2.37240-Linux-x86_64.AppImage";
hash = "sha256-UrCftzDV4HJWOK4QxFKZUOZ/dJquiLu/e9WTfdo1Sh0=";
};
extraInstallCommands = let
appimageContents =
appimageTools.extractType2 { inherit pname version src; };
in ''
install -Dm444 ${appimageContents}/com.ondsel.ES.desktop -t $out/share/applications/
install -Dm444 ${appimageContents}/Ondsel.svg -t $out/share/pixmaps/
'';
extraPkgs = pkgs: [ pkgs.python313 ];
meta = with lib; {
homepage = "https://www.ondsel.com";
license = licenses.lgpl2Plus;
platforms = platforms.linux;
};
})
] ++ kdepkgs;
programs = {