feat: some more home-manager programs

This commit is contained in:
Sangmin Kim 2026-03-04 22:30:52 +09:00 committed by Poby
parent 54297f94fd
commit 88baae6581
No known key found for this signature in database
8 changed files with 35 additions and 118 deletions

View file

@ -13,9 +13,8 @@
shellAliases = {
poby = "echo my name is poby";
nrs = "sudo nixos-rebuild switch --flake ~/nixos#$(hostname)";
nrt = "sudo nixos-rebuild test --flake ~/nixos#$(hostname)";
hms = "home-manager switch -b backup --flake ~/nixos#$(whoami)";
drs = "sudo darwin-rebuild switch --flake ~/nix-darwin#$(hostname)";
drt = "sudo darwin-rebuild test --flake ~/nix-darwin#$(hostname)";
};
sessionVariables = {