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.";
packages = with pkgs; [
# Fonts
fira
fira-mono
roboto-slab
firefox
fish
neofetch
thunderbird
];
shell = pkgs.fish;
};
};
# Allow Unfree
nixpkgs.config.allowUnfree = true;
# Install some packages
environment.systemPackages =
with pkgs;
[
flatpak
git
git-lfs
restic
unzip
wget
];
with pkgs;
[
avahi
cargo
flatpak
git
git-lfs
just
nix-index
restic
rustc
unzip
wget
];
# Enable/Disable hardware
## Turn off PulseAudio