remove obsidian from deck
This commit is contained in:
parent
95b6a49ccb
commit
959a6d9dc1
3 changed files with 2 additions and 4 deletions
|
|
@ -53,7 +53,6 @@ in
|
|||
"org.gnome.Nautilus.desktop"
|
||||
"com.mitchellh.ghostty.desktop"
|
||||
"firefox.desktop"
|
||||
"obsidian.desktop"
|
||||
"org.keepassxc.KeePassXC.desktop"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ in
|
|||
// (lib.optionalAttrs (lib.elem "Obsidian" cfg.enabledFolders) {
|
||||
"Obsidian" = {
|
||||
path = "~/Obsidian";
|
||||
devices = [ "iphone" "hs" "thinkpad" "deck" ];
|
||||
devices = [ "iphone" "hs" "thinkpad" ];
|
||||
ignorePerms = true;
|
||||
versioning = commonVersioning;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue