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
-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" ];
};
};
};
}