Removed a lot of desktop entries, to clean up Menu. Added a boot splash screen.

This commit is contained in:
2025-10-17 10:17:35 +02:00
parent 820c7b4454
commit 6ce39c9577
6 changed files with 127 additions and 28 deletions

View File

@ -31,6 +31,7 @@
multipath-tools
docker
docker-compose
plymouth
#Programming
#jetbrains.pycharm-community #The PyCharm IDE to edit Python code
@ -68,7 +69,9 @@
chromium #For Youtube app to work
kdePackages.bluez-qt
#latte-dock
moonlight-qt
kitty
tdrop
#CLI tools
yt-dlp
@ -87,22 +90,21 @@
"dotnet-runtime-6.0.36"
];
services.flatpak = {
enable = true;
remotes = [
{
name = "flathub";
location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
}
];
packages = [
{
appId = "org.vinegarhq.Sober";
origin = "flathub";
commit = "e28fd81675b0871614ccdc8fc66c6da6761dd11333a65900a0451edf07ef0ea6";
}
];
};
services.flatpak = {
enable = true;
remotes = [
{
name = "flathub";
location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
}
];
packages = [
{
appId = "org.vinegarhq.Sober";
origin = "flathub";
commit = "e28fd81675b0871614ccdc8fc66c6da6761dd11333a65900a0451edf07ef0ea6";
}
];
};
}