From d4fb7ee7709e43bb156120fe582515ad530502b5 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Tue, 15 Oct 2024 19:57:14 +0100 Subject: [PATCH] fix steam crash --- nix/home.nix | 2 +- nix/nixos/flake.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/home.nix b/nix/home.nix index 7901cc14..5809f7d9 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -20,7 +20,7 @@ in home.packages = with pkgs; [ google-chrome gh unzip fastfetch - prismlauncher steam + prismlauncher # Override nerdfont to install JetBrains only. (nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) diff --git a/nix/nixos/flake.nix b/nix/nixos/flake.nix index beaee91a..8b950396 100644 --- a/nix/nixos/flake.nix +++ b/nix/nixos/flake.nix @@ -34,6 +34,7 @@ }; }; programs.zsh.enable = true; + programs.steam.enable = true; #Home-manager steam installation crashes... home-manager = { extraSpecialArgs = {inherit inputs;};