mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -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
|
# 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`";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue