Rearrange nixos system config
This commit is contained in:
parent
ff8cde0a9d
commit
49e5cf617a
6 changed files with 90 additions and 127 deletions
|
|
@ -26,6 +26,11 @@
|
|||
# nixOS-specific alias
|
||||
programs.zsh.shellAliases = {
|
||||
oss = "sudo nixos-rebuild switch --flake ~/.config/nix#$(hostname)";
|
||||
|
||||
# Network monitoring aliases (no sudo needed - NixOS module handles permissions)
|
||||
bw = "bandwhich";
|
||||
bw-raw = "bandwhich --raw";
|
||||
bw-dns = "bandwhich --show-dns";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue