重构个人配置结构
This commit is contained in:
@@ -21,8 +21,4 @@
|
||||
ltrace # library call monitoring
|
||||
lsof # list open files
|
||||
];
|
||||
|
||||
programs.fish.shellAliases = {
|
||||
"flake-update" = "nixos-rebuild switch --use-remote-sudo --flake ${config.home.homeDirectory}/flakes#eris";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
];
|
||||
|
||||
programs.zsh.shellAliases = {
|
||||
"hm-update" = "home-manager switch --flake ${config.home.homeDirectory}/flakes#origami@hypnos";
|
||||
"brew" = "/opt/homebrew/bin/brew";
|
||||
"tailscale" = "/Applications/Tailscale.app/Contents/MacOS/Tailscale";
|
||||
};
|
||||
|
||||
@@ -10,8 +10,4 @@
|
||||
../modules/shell-develop.nix
|
||||
../modules/ssh.nix
|
||||
];
|
||||
|
||||
programs.fish.shellAliases = {
|
||||
"flake-update" = "nixos-rebuild switch --use-remote-sudo --flake ${config.home.homeDirectory}/flakes#oparic-local-dev";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user