minor improvements
This commit is contained in:
parent
be2326ded0
commit
1ea5aeab92
5 changed files with 5 additions and 11 deletions
|
|
@ -10,7 +10,7 @@ let
|
|||
mkOption {
|
||||
type = types.bool;
|
||||
default = of;
|
||||
description = "Enables" ++ name;
|
||||
description = "Enables " + name;
|
||||
};
|
||||
mkDesktopOption = mkSubOption config.hd.desktop.enable;
|
||||
in
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ lib.mkIf config.hd.desktop.syncthing.enable {
|
|||
path = "/home/hd/Sync";
|
||||
type = "sendreceive";
|
||||
};
|
||||
supernote-note = rec {
|
||||
supernote-note = {
|
||||
id = "supernote-note";
|
||||
path = "/home/hd/Sync/Dokumente/Supernote/Notizen";
|
||||
type = "sendreceive";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue