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";
|
snowhawk.user.username = "val";
|
||||||
|
|
||||||
home.sessionPath = [
|
|
||||||
"${config.home.homeDirectory}/.cargo/bin"
|
|
||||||
];
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
(writeShellScriptBin "rebuild" ''
|
(writeShellScriptBin "rebuild" ''
|
||||||
|
|
|
@ -14,10 +14,6 @@
|
||||||
home.username = "zynh";
|
home.username = "zynh";
|
||||||
home.homeDirectory = "/Users/zynh/";
|
home.homeDirectory = "/Users/zynh/";
|
||||||
|
|
||||||
home.sessionPath = [
|
|
||||||
"${config.home.homeDirectory}/.cargo/bin"
|
|
||||||
];
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
(writeShellScriptBin "rebuild" ''
|
(writeShellScriptBin "rebuild" ''
|
||||||
|
|
|
@ -13,10 +13,6 @@
|
||||||
|
|
||||||
snowhawk.user.username = "zynh";
|
snowhawk.user.username = "zynh";
|
||||||
|
|
||||||
home.sessionPath = [
|
|
||||||
"${config.home.homeDirectory}/.cargo/bin"
|
|
||||||
];
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
(writeShellScriptBin "rebuild" ''
|
(writeShellScriptBin "rebuild" ''
|
||||||
|
|
Loading…
Reference in a new issue