diff options
| author | Christian <[email protected]> | 2026-05-12 20:57:55 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-05-12 20:57:55 -0500 |
| commit | a9c3994af71d896d377c715d1ebeb3b173ab4b4f (patch) | |
| tree | b3dfcb3efe4616c4b1864bfb8ba0db7f6d99f66b /modules/common.nix | |
| parent | 846da0fa115977f5ab4e9ab966439450a0c60faf (diff) | |
Add dry-rebuild alias, laptop battery widget, and commit message convention
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/common.nix b/modules/common.nix index 3534c69..843a622 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -73,6 +73,7 @@ programs.bash.shellAliases = { rebuild = "sudo nixos-rebuild switch --flake ~/.config/nixos"; + dry-rebuild = "nix build ~/.config/nixos#nixosConfigurations.$(hostname).config.system.build.toplevel --no-link"; }; virtualisation.docker.enable = true; |
