summaryrefslogtreecommitdiff
path: root/nix-home-config
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-09-14 21:05:10 -0400
committerKjetil Orbekk <kj@orbekk.com>2020-09-14 21:05:10 -0400
commit82aa216f4e69754dab082a7c1b76f2e985d2cca0 (patch)
treec65e7266c7837fed17551815e8efcd6f45050bc4 /nix-home-config
parent81af230b5fddcc56a57aee8ab6377ab334d40f24 (diff)
config stuff
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