Added some packages

This commit is contained in:
William 2024-05-14 10:17:17 -03:00
parent e85d8a6302
commit c1b24a3b4a
3 changed files with 4 additions and 4 deletions

View file

@ -40,9 +40,9 @@
fish = {
functions = {
sysrebuild =
"sudo nixos-rebuild switch --flake '/home/user/Projects/personal/nix-config#'";
"sudo nixos-rebuild switch --flake '/home/user/Projects/personal/nix-config#' |& nom";
sysrebuild-boot =
"sudo nixos-rebuild boot --flake '/home/user/Projects/personal/nix-config#'";
"sudo nixos-rebuild boot --flake '/home/user/Projects/personal/nix-config#' |& nom";
sysupdate =
"nix flake update --commit-lock-file /home/user/Projects/personal/nix-config";
syscleanup =