Rearrange nixos system config

This commit is contained in:
Yan Lin 2025-09-16 18:56:49 +02:00
parent ff8cde0a9d
commit 49e5cf617a
6 changed files with 90 additions and 127 deletions

View file

@ -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; [