Enums§
Functions§
- envinstall
- Installs packages using
nix-env -iA nixos.<pkg>
- envremove
- Uninstalls packages using
nix-env -e <pkg>
- envupdate
- Updates packages using
nix-env -u *
- homeflakeswitch
- Calls
home-manager switch
with the--flake
flag - homeswitch
- Calls
home-manager switch
- pkrm
- Removes packages from a nix configuration file
- pkwrite
- Adds packages to a nix configuration file
- systemflakeswitch
- Calls
nixos-rebuild switch
with the--flake
flag - systemswitch
- Calls
nixos-rebuild switch
- updatechannel
- Calls
nix-channel --update
- updateflake
- Calls
nix flake update
on the specified flake