Add dotfiles module
Alan Pearce alan@alanpearce.eu
Sat, 09 Sep 2017 14:53:45 +0200
2 files changed, 14 insertions(+), 0 deletions(-)
A modules/dotfiles.nix
@@ -0,0 +1,13 @@+{ config, pkgs, ... }: + +let + pkgsUnstable = import <nixos-unstable> {}; + # pkgsUnstable = pkgs; +in +{ environment.systemPackages = with pkgs; [ + git + stow + fzf + pkgsUnstable.ghq + ]; +}
M satoshipad.nix → satoshipad.nix
@@ -12,6 +12,7 @@ ./modules/syncthing.nix ./modules/hidpi.nix ./modules/nitrokey.nix ./modules/shell.nix + ./modules/dotfiles.nix ]; networking.hostName = "satoshipad";