summaryrefslogtreecommitdiff
path: root/nix-home-config
diff options
context:
space:
mode:
Diffstat (limited to 'nix-home-config')
-rw-r--r--nix-home-config/desktop.nix1
-rw-r--r--nix-home-config/gaming.nix2
-rw-r--r--nix-home-config/my-env.nix2
3 files changed, 4 insertions, 1 deletions
diff --git a/nix-home-config/desktop.nix b/nix-home-config/desktop.nix
index 41dfe79..b63d20d 100644
--- a/nix-home-config/desktop.nix
+++ b/nix-home-config/desktop.nix
@@ -3,6 +3,7 @@
{
home.packages = with pkgs; [
iw
+ anki
wirelesstools
hledger
hledger-ui
diff --git a/nix-home-config/gaming.nix b/nix-home-config/gaming.nix
index 2df20a2..6bce62c 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 1fb7a96..5fd59ac 100644
--- a/nix-home-config/my-env.nix
+++ b/nix-home-config/my-env.nix
@@ -26,12 +26,14 @@
];
})
emacs
+ sqlite
hledger
ledger
bwm_ng
nix-index
rustup
gitFull
+ gargoyle
ripgrep
coreutils