feat: pin new apps and config prism launcher data folder location

This commit is contained in:
HerozDotExe 2026-02-06 18:40:28 +01:00
parent b4316b6c68
commit 9d42490174
2 changed files with 16 additions and 3 deletions

View file

@ -60,6 +60,8 @@ with lib.gvariant;
"org.gnome.Console.desktop"
"org.gnome.Nautilus.desktop"
"code.desktop"
"idea.desktop"
"vesktop.desktop"
];
last-selected-power-profile = "performance";
};

View file

@ -30,9 +30,20 @@ in
];
# Fix duplicate brave entry in gnome apps
xdg.desktopEntries."com.brave.Browser" = {
name = "Brave";
noDisplay = true;
xdg.desktopEntries = {
"com.brave.Browser" = {
name = "Brave";
noDisplay = true;
};
"org.prismlauncher.PrismLauncher" = {
name = "Prism Launcher";
exec = "prismlauncher -d /run/media/heroz/Stockage/Jeux/PrismLauncher-8.4 %U";
comment="Discover, manage, and play Minecraft instances";
type="Application";
terminal=false;
startupNotify=true;
icon="org.prismlauncher.PrismLauncher";
};
};
programs.vscode = {