remove note sync service

This commit is contained in:
TheWanderingCrow 2025-04-22 09:23:19 -04:00
parent 5c7385a1dc
commit 0d0a828296
5 changed files with 0 additions and 39 deletions

View file

@ -55,10 +55,6 @@
kde.enable = lib.mkEnableOption "KDE with Plasma6";
};
service = {
note-sync.enable = lib.mkEnableOption "enable note sync to repo";
};
ricing = {
basic.enable = lib.mkEnableOption "enable basic ricing";
wasteland.enable = lib.mkEnableOption "post-collapse themed rice";
@ -118,10 +114,6 @@
kde.enable = lib.mkDefault false;
};
service = {
note-sync.enable = lib.mkDefault false;
};
ricing = {
basic.enable = lib.mkDefault true;
wasteland.enable = lib.mkDefault false;