Reduce number of unstable packages installed
1 file changed, 1 insertion(+), 5 deletions(-)
changed files
M modules/programs/dotfiles.nix → modules/programs/dotfiles.nix
@@ -1,13 +1,9 @@ { config, pkgs, ... }: -let - pkgsUnstable = import <nixos-unstable> {}; - # pkgsUnstable = pkgs; -in { environment.systemPackages = with pkgs; [ git stow fzf - pkgsUnstable.ghq + ghq ]; }