disable note sync for mobile

This commit is contained in:
TheWanderingCrow 2024-12-04 20:42:53 -05:00
parent eab3fbc148
commit 291724c660
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,5 @@
{
lib,
config,
pkgs,
...
@ -14,6 +15,8 @@
desktop.sway.enable = true;
config.systemd.services.note_sync.enable = lib.mkForce false;
module.gui.enable = true;
module.wayland.enable = true;
module.programming.enable = true;

View file

@ -41,7 +41,7 @@
EDITOR = "nvim";
VISUAL = "nvim";
};
security.sudo.wheelNeedsPassword = false;
user = {