Skip to content

Commit

Permalink
Rebuild with verbose flags
Browse files Browse the repository at this point in the history
  • Loading branch information
billy4479 committed Feb 6, 2025
1 parent f7d7183 commit 5472115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user/modules/applications/shell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
}:
let
aliases = {
rebuild-nix = "sudo nixos-rebuild switch --flake $HOME/nix";
rebuild-hm = "home-manager switch --flake $HOME/nix";
rebuild-nix = "sudo nixos-rebuild switch -L -v --flake $HOME/nix";
rebuild-hm = "home-manager switch -L -v --flake $HOME/nix";

cls = "clear";
vim = "nvim";
Expand Down

0 comments on commit 5472115

Please sign in to comment.