all repos — nixfiles @ 98aafa849eb7aa534a7ba14ecc0016072977553e

System and user configuration, managed by nix and home-manager

Add packages remaining in satoshipad user profile
Alan Pearce alan@alanpearce.eu
Sat, 09 Sep 2017 17:09:47 +0200
commit

98aafa849eb7aa534a7ba14ecc0016072977553e

parent

0eeccee975288f9e0889f1503a278e8328a11411

M modules/dev.nixmodules/dev.nix
@@ -6,5 +6,9 @@ gitAndTools.hub 
     ag
     ripgrep
-  ]; 
+
+    httpie
+
+    nodePackages.js-yaml
+  ];
 }
M modules/satoshipay.nixmodules/satoshipay.nix
@@ -15,6 +15,7 @@ nixpkgs.config.allowUnfree = true; 
   environment.systemPackages = with pkgs; [
     google-chrome
+    docker_compose
     mongodb
     franz
     pkgsUnstable.scudcloud
M modules/shell.nixmodules/shell.nix
@@ -13,6 +13,7 @@ file     htop
     lsof
     iftop
+    iotop
     nmap
     netperf
     psmisc
M modules/user-interface.nixmodules/user-interface.nix
@@ -9,6 +9,9 @@ programs.info.enable = true; 
   environment.systemPackages = with pkgs; [
     firefox-bin
+    pcmanfm
+
+    lxappearance
 
     vdirsyncer
     khal
@@ -25,6 +28,7 @@ mosh     aspell
     aspellDicts.en
 
+    pkgsUnstable.alacritty
     st
 
     trash-cli
M modules/xserver.nixmodules/xserver.nix
@@ -20,6 +20,7 @@ xorg.xinit     xorg.xev
     xorg.xdpyinfo
     xclip
+    xfontsel
 
     vanilla-dmz