|
|
@ -56,6 +56,7 @@ in
|
|
|
|
wget
|
|
|
|
wget
|
|
|
|
neofetch
|
|
|
|
neofetch
|
|
|
|
pfetch
|
|
|
|
pfetch
|
|
|
|
|
|
|
|
fortune
|
|
|
|
killall
|
|
|
|
killall
|
|
|
|
trash-cli # aliased to rm in .bashrc
|
|
|
|
trash-cli # aliased to rm in .bashrc
|
|
|
|
|
|
|
|
|
|
|
@ -98,6 +99,6 @@ in
|
|
|
|
# config.allowUnfree seems to not apply to nix-env, so is provided explicitly
|
|
|
|
# config.allowUnfree seems to not apply to nix-env, so is provided explicitly
|
|
|
|
latest = "NIXPKGS_ALLOW_UNFREE=1 nix-env -f https://github.com/NixOS/nixpkgs/archive/master.tar.gz -iA";
|
|
|
|
latest = "NIXPKGS_ALLOW_UNFREE=1 nix-env -f https://github.com/NixOS/nixpkgs/archive/master.tar.gz -iA";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
bashrcExtra = "pfetch";
|
|
|
|
bashrcExtra = "pfetch\nfortune";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|