We add declarative flatpak file

This commit is contained in:
2026-04-05 12:36:40 +02:00
parent d31e21ac67
commit 6bd07b8f7e
10 changed files with 60 additions and 67 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

+2 -2
View File
@@ -48,8 +48,8 @@ with lib.hm.gvariant;
"org/gnome/desktop/background" = {
picture-options = "zoom";
picture-uri = "file://" + ./WhiteHair.jpg;
picture-uri-dark = "file://" + ./WhiteHair.jpg;
picture-uri = "file://" + ./walls.jpg;
picture-uri-dark = "file://" + ./walls.jpg;
};
"org/gnome/shell/extensions/dash-to-panel" = {
Binary file not shown.

After

Width:  |  Height:  |  Size: 526 KiB

-22
View File
@@ -1,22 +0,0 @@
{ ... }:
{
xdg = {
userDirs = {
enable = true;
createDirectories = true;
};
desktopEntries = {
rust-rover = {
name = "RustRover";
comment = "Rust IDE from JetBrains";
genericName = "Rust IDE from JetBrains";
exec = "rust-rover";
terminal = false;
icon = "rustrover";
type = "Application";
categories = [ "Development" ];
};
};
};
}