summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix-home-config/gaming.nix2
-rw-r--r--nix-home-config/my-env.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/nix-home-config/gaming.nix b/nix-home-config/gaming.nix
index 6bce62c..2df20a2 100644
--- a/nix-home-config/gaming.nix
+++ b/nix-home-config/gaming.nix
@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
my_steam = pkgs.steam.override {
- nativeOnly = true;
+ # nativeOnly = true;
withJava = true;
extraPkgs = p: [
pkgs.openldap
diff --git a/nix-home-config/my-env.nix b/nix-home-config/my-env.nix
index 5fd59ac..bd209bd 100644
--- a/nix-home-config/my-env.nix
+++ b/nix-home-config/my-env.nix
@@ -34,6 +34,7 @@
rustup
gitFull
gargoyle
+ stow
ripgrep
coreutils