packages
This commit is contained in:
parent
2de47035c9
commit
31fbb493f5
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,8 @@ let machine = ./machines/chupacabra.nix; in
|
||||||
home.stateVersion = "19.09";
|
home.stateVersion = "19.09";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
(import (fetchTarball "https://github.com/ashkitten/nixpkgs/archive/init-glimpse.tar.gz") {}).glimpse
|
||||||
|
|
||||||
# Desktop stuff
|
# Desktop stuff
|
||||||
arandr
|
arandr
|
||||||
firefox
|
firefox
|
||||||
|
@ -42,7 +44,9 @@ let machine = ./machines/chupacabra.nix; in
|
||||||
htop
|
htop
|
||||||
powertop
|
powertop
|
||||||
usbutils
|
usbutils
|
||||||
|
pciutils
|
||||||
killall
|
killall
|
||||||
|
gdmap
|
||||||
|
|
||||||
# Security
|
# Security
|
||||||
gnupg
|
gnupg
|
||||||
|
@ -53,6 +57,7 @@ let machine = ./machines/chupacabra.nix; in
|
||||||
gitAndTools.tig
|
gitAndTools.tig
|
||||||
shellcheck
|
shellcheck
|
||||||
httpie
|
httpie
|
||||||
|
entr
|
||||||
|
|
||||||
# Spotify...etc
|
# Spotify...etc
|
||||||
spotify
|
spotify
|
||||||
|
|
Loading…
Reference in a new issue