diff options
author | Griffin Smith <root@gws.fyi> | 2020-03-31T21·11-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-03-31T21·11-0400 |
commit | 31fbb493f5d07c0fc6fdcd5d968601458b4e9550 (patch) | |
tree | 2a81232925dedff5d262f2c2c197b3cf325d46b6 /home/home.nix | |
parent | 2de47035c93590c5ab3d4815e45391ae74c09444 (diff) |
packages
Diffstat (limited to 'home/home.nix')
-rw-r--r-- | home/home.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/home.nix b/home/home.nix index bb56cb6ea576..871b82009446 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 |