mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Add another alias and update to 24.05
This commit is contained in:
parent
b33873dfb5
commit
9110bd490f
1 changed files with 3 additions and 2 deletions
5
home.nix
5
home.nix
|
@ -14,7 +14,7 @@
|
|||
# You can update Home Manager without changing this value. See
|
||||
# the Home Manager release notes for a list of state version
|
||||
# changes in each release.
|
||||
home.stateVersion = "23.11";
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
|
@ -23,7 +23,7 @@
|
|||
home.packages = with pkgs; [
|
||||
# GUI
|
||||
deja-dup
|
||||
discord
|
||||
#discord
|
||||
libreoffice-fresh
|
||||
signal-desktop
|
||||
tuba
|
||||
|
@ -40,6 +40,7 @@
|
|||
shellAliases = {
|
||||
nix-generations = "sudo nix-env -p /nix/var/nix/profiles/system --list-generations";
|
||||
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`";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue