mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
disable note sync for mobile
This commit is contained in:
parent
eab3fbc148
commit
291724c660
2 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
};
|
||||
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
user = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue