Add another alias and update to 24.05

This commit is contained in:
Aaron Honeycutt 2024-08-09 11:20:37 -06:00
parent b33873dfb5
commit 9110bd490f

View file

@ -14,7 +14,7 @@
# You can update Home Manager without changing this value. See # You can update Home Manager without changing this value. See
# the Home Manager release notes for a list of state version # the Home Manager release notes for a list of state version
# changes in each release. # changes in each release.
home.stateVersion = "23.11"; home.stateVersion = "24.05";
nixpkgs.config = { nixpkgs.config = {
allowUnfree = true; allowUnfree = true;
@ -23,7 +23,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
# GUI # GUI
deja-dup deja-dup
discord #discord
libreoffice-fresh libreoffice-fresh
signal-desktop signal-desktop
tuba tuba
@ -40,6 +40,7 @@
shellAliases = { shellAliases = {
nix-generations = "sudo nix-env -p /nix/var/nix/profiles/system --list-generations"; nix-generations = "sudo nix-env -p /nix/var/nix/profiles/system --list-generations";
nix-upgrade = "sudo nixos-rebuild switch --upgrade"; nix-upgrade = "sudo nixos-rebuild switch --upgrade";
nix-full-upgrade = "sudo nix flake update /etc/nixos && sudo nixos-rebuild switch --upgrade";
}; };
bashrcExtra = "eval `ssh-agent`"; bashrcExtra = "eval `ssh-agent`";
}; };