Update flake.nix

This commit is contained in:
Aaron Honeycutt 2023-12-05 14:32:07 +00:00
parent e30a24f2e6
commit ba54f1eb98

View file

@ -50,7 +50,10 @@
};
users.users.aaronh = {
description = "Aaron Honeycutt";
home = "/home/aaronh";
isNormalUser = true;
shell = pkgs.fish;
extraGroups = [ "wheel" "networkmanager" ]; # Enable sudo for the user.
packages = with pkgs; [
cargo
@ -60,9 +63,16 @@
neofetch
restic
roboto-slab
rustc
# GUI
signal-desktop
youtube-music
];
};
programs.fish.enable = true;
environment.systemPackages = with pkgs; [
avahi
cosmic-edit