Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2023-02-02 17:24:59 +00:00
parent 377fc6d427
commit 222eaf0fef

View file

@ -54,12 +54,15 @@
hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx."; hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx.";
packages = with pkgs; [ packages = with pkgs; [
# Fonts
fira
fira-mono
roboto-slab
firefox firefox
fish neofetch
thunderbird thunderbird
]; ];
shell = pkgs.fish;
}; };
# Allow Unfree # Allow Unfree
@ -69,10 +72,15 @@
environment.systemPackages = environment.systemPackages =
with pkgs; with pkgs;
[ [
avahi
cargo
flatpak flatpak
git git
git-lfs git-lfs
just
nix-index
restic restic
rustc
unzip unzip
wget wget
]; ];