about summary refs log tree commit diff
path: root/home/home.nix
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-03-31T21·11-0400
committerGriffin Smith <root@gws.fyi>2020-03-31T21·11-0400
commit31fbb493f5d07c0fc6fdcd5d968601458b4e9550 (patch)
tree2a81232925dedff5d262f2c2c197b3cf325d46b6 /home/home.nix
parent2de47035c93590c5ab3d4815e45391ae74c09444 (diff)
packages
Diffstat (limited to 'home/home.nix')
-rw-r--r--home/home.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/home/home.nix b/home/home.nix
index bb56cb6ea5..871b820094 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -31,6 +31,8 @@ let machine = ./machines/chupacabra.nix; in
   home.stateVersion = "19.09";
 
   home.packages = with pkgs; [
+    (import (fetchTarball "https://github.com/ashkitten/nixpkgs/archive/init-glimpse.tar.gz") {}).glimpse
+
     # Desktop stuff
     arandr
     firefox
@@ -42,7 +44,9 @@ let machine = ./machines/chupacabra.nix; in
     htop
     powertop
     usbutils
+    pciutils
     killall
+    gdmap
 
     # Security
     gnupg
@@ -53,6 +57,7 @@ let machine = ./machines/chupacabra.nix; in
     gitAndTools.tig
     shellcheck
     httpie
+    entr
 
     # Spotify...etc
     spotify