feat: pin new apps and config prism launcher data folder location
This commit is contained in:
parent
b4316b6c68
commit
9d42490174
2 changed files with 16 additions and 3 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
17
home.nix
17
home.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue