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,28 +54,36 @@
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
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# Install some packages # Install some packages
environment.systemPackages = environment.systemPackages =
with pkgs; with pkgs;
[ [
flatpak avahi
git cargo
git-lfs flatpak
restic git
unzip git-lfs
wget just
]; nix-index
restic
rustc
unzip
wget
];
# Enable/Disable hardware # Enable/Disable hardware
## Turn off PulseAudio ## Turn off PulseAudio