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