mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-02 16:12:41 -05:00
remove note sync service
This commit is contained in:
parent
5c7385a1dc
commit
0d0a828296
5 changed files with 0 additions and 39 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue