removing redundant .cargo config
This commit is contained in:
parent
98555351f3
commit
1efb42d2f5
3 changed files with 0 additions and 12 deletions
|
@ -13,10 +13,6 @@
|
|||
|
||||
snowhawk.user.username = "val";
|
||||
|
||||
home.sessionPath = [
|
||||
"${config.home.homeDirectory}/.cargo/bin"
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nix-output-monitor
|
||||
(writeShellScriptBin "rebuild" ''
|
||||
|
|
|
@ -14,10 +14,6 @@
|
|||
home.username = "zynh";
|
||||
home.homeDirectory = "/Users/zynh/";
|
||||
|
||||
home.sessionPath = [
|
||||
"${config.home.homeDirectory}/.cargo/bin"
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nix-output-monitor
|
||||
(writeShellScriptBin "rebuild" ''
|
||||
|
|
|
@ -13,10 +13,6 @@
|
|||
|
||||
snowhawk.user.username = "zynh";
|
||||
|
||||
home.sessionPath = [
|
||||
"${config.home.homeDirectory}/.cargo/bin"
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nix-output-monitor
|
||||
(writeShellScriptBin "rebuild" ''
|
||||
|
|
Loading…
Reference in a new issue