[syncthing] Adds syncthing
This commit is contained in:
7
home-manager/features/notes.nix
Normal file
7
home-manager/features/notes.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ lib, ... }:
|
||||||
|
{
|
||||||
|
services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
tray = lib.mkDefault true;
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -1,10 +1,11 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = map (x: ../../../home-manager + x) [
|
imports = map (x: ../../../home-manager + x) [
|
||||||
"/features/linux-desktop.nix"
|
|
||||||
"/features/gaming.nix"
|
|
||||||
"/features/development/development.nix"
|
"/features/development/development.nix"
|
||||||
"/features/development/haskell.nix"
|
"/features/development/haskell.nix"
|
||||||
|
"/features/gaming.nix"
|
||||||
|
"/features/linux-desktop.nix"
|
||||||
|
"/features/notes.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
home.stateVersion = "24.11";
|
home.stateVersion = "24.11";
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
{ pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = map (x: ../../../home-manager + x) [
|
imports = map (x: ../../../home-manager + x) [
|
||||||
"/features/development/development.nix"
|
"/features/development/development.nix"
|
||||||
|
"/features/notes.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
home.stateVersion = "24.11";
|
home.stateVersion = "24.11";
|
||||||
@@ -13,4 +14,6 @@
|
|||||||
userName = "Drew Haven";
|
userName = "Drew Haven";
|
||||||
userEmail = "drew.haven@gmail.com";
|
userEmail = "drew.haven@gmail.com";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.syncthing.tray = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user