added boot command

This commit is contained in:
Ifrahim Ansari 2026-02-15 11:55:50 -05:00
parent b9eeeb99c2
commit 482b280910
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
];
environment.shellAliases = {
boot = "sudo nixos-rebuild boot --flake ~/NixOS/.#nvidia";
rebuild = "sudo nixos-rebuild switch --flake ~/NixOS/.#nvidia";
c = "nix-shell ~/NixOS/shells/c.nix";
js = "nix-shell ~/NixOS/shells/js.nix";

View file

@ -9,6 +9,7 @@
];
environment.shellAliases = {
boot = "sudo nixos-rebuild boot --flake ~/NixOS/.#nvidia";
rebuild = "sudo nixos-rebuild switch --flake ~/NixOS/.#black";
};