mirror of
https://github.com/nmasur/dotfiles
synced 2025-08-24 06:04:41 +00:00
add nr to rebuild nixos and darwin
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
|
||||
};
|
||||
|
||||
programs.fish = {
|
||||
shellAbbrs = {
|
||||
nr = lib.mkIf pkgs.stdenv.isLinux
|
||||
"doas nixos-rebuild switch --flake ${config.dotfilesPath}";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user