Skip to content

Commit

Permalink
Replace Joplin by Logseq
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Oct 11, 2023
1 parent 546f5fb commit 80b510e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions home/roles/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ in
home = {
packages = with pkgs; [
gnome.pomodoro
logseq
mupdf
peek
gifski
Expand Down
4 changes: 2 additions & 2 deletions home/roles/desktop/xmonad/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ in
wmClassName = mkDefault "1Password";
};
wiki = {
command = mkDefault "joplin-desktop";
wmClassName = mkDefault "Joplin";
command = mkDefault "logseq";
wmClassName = mkDefault "Logseq";
};
};
};
Expand Down
1 change: 0 additions & 1 deletion home/roles/web/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ in
_1password
_1password-gui
bind
joplin-desktop
wget
thunderbird

Expand Down

0 comments on commit 80b510e

Please sign in to comment.