fix: home manager getting redownloaded at each build
This commit is contained in:
parent
5fe8e3107f
commit
ed23478899
1 changed files with 6 additions and 10 deletions
16
home.nix
16
home.nix
|
|
@ -5,13 +5,9 @@
|
|||
...
|
||||
}:
|
||||
|
||||
let
|
||||
home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-25.11.tar.gz";
|
||||
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
(import "${home-manager}/nixos")
|
||||
<home-manager/nixos>
|
||||
./dconf.nix
|
||||
];
|
||||
|
||||
|
|
@ -40,11 +36,11 @@ in
|
|||
"org.prismlauncher.PrismLauncher" = {
|
||||
name = "Prism Launcher";
|
||||
exec = "prismlauncher -d /storage/Jeux/PrismLauncher-8.4 %U";
|
||||
comment="Discover, manage, and play Minecraft instances";
|
||||
type="Application";
|
||||
terminal=false;
|
||||
startupNotify=true;
|
||||
icon="org.prismlauncher.PrismLauncher";
|
||||
comment = "Discover, manage, and play Minecraft instances";
|
||||
type = "Application";
|
||||
terminal = false;
|
||||
startupNotify = true;
|
||||
icon = "org.prismlauncher.PrismLauncher";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue