diff --git a/systems/x86_64/joker/flake.nix b/systems/x86_64/joker/flake.nix index 8e8a48a..62cd867 100644 --- a/systems/x86_64/joker/flake.nix +++ b/systems/x86_64/joker/flake.nix @@ -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