localsend as maybe syncthing alt?
This commit is contained in:
parent
afc59676a5
commit
4ef383854e
2 changed files with 4 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nixfmt-rfc-style
|
nixfmt
|
||||||
];
|
];
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = lib.mkDefault "codium";
|
EDITOR = lib.mkDefault "codium";
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
localsend
|
||||||
|
];
|
||||||
services = {
|
services = {
|
||||||
syncthing = {
|
syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue