diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2020-10-17 14:22:27 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2020-10-17 14:22:27 -0400 |
commit | c8b0fb66d2b2a91fe78f0bb849d6a0709bde6bcb (patch) | |
tree | cc5e498f2226e48c7cc6e0864b2db03057921765 /nix-home-config | |
parent | cec47b0d6615696984c9a88bb5c8a2d8bd1efb81 (diff) |
home-manager files
Diffstat (limited to 'nix-home-config')
-rw-r--r-- | nix-home-config/gaming.nix | 2 | ||||
-rw-r--r-- | nix-home-config/my-env.nix | 1 |
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 |