added syncthing on work machine.
This commit is contained in:
parent
2253c6c34a
commit
f91f3cb2e9
|
@ -30,5 +30,6 @@
|
||||||
../modules/home-manager/terminal
|
../modules/home-manager/terminal
|
||||||
../modules/home-manager/nvim
|
../modules/home-manager/nvim
|
||||||
../modules/home-manager
|
../modules/home-manager
|
||||||
|
../modules/home-manager/syncthing.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,10 +11,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
ripasso-cursive
|
|
||||||
];
|
|
||||||
|
|
||||||
programs.nushell.extraEnv = ''
|
programs.nushell.extraEnv = ''
|
||||||
$env.PASSWORD_STORE_DIR = ($env.HOME | path join "keys" "password-store")
|
$env.PASSWORD_STORE_DIR = ($env.HOME | path join "keys" "password-store")
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue