fix steam crash

This commit is contained in:
2024-10-15 19:57:14 +01:00
parent cbf49472bb
commit d4fb7ee770
2 changed files with 2 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
google-chrome google-chrome
gh unzip fastfetch gh unzip fastfetch
prismlauncher steam prismlauncher
# Override nerdfont to install JetBrains only. # Override nerdfont to install JetBrains only.
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) (nerdfonts.override { fonts = [ "JetBrainsMono" ]; })

View File

@@ -34,6 +34,7 @@
}; };
}; };
programs.zsh.enable = true; programs.zsh.enable = true;
programs.steam.enable = true; #Home-manager steam installation crashes...
home-manager = { home-manager = {
extraSpecialArgs = {inherit inputs;}; extraSpecialArgs = {inherit inputs;};