From c8b0fb66d2b2a91fe78f0bb849d6a0709bde6bcb Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 17 Oct 2020 14:22:27 -0400 Subject: home-manager files --- nix-home-config/gaming.nix | 2 +- nix-home-config/my-env.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3