diff --git a/configurations/joplin.nix b/configurations/joplin.nix deleted file mode 100644 index f67ff849..00000000 --- a/configurations/joplin.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ ... }: - -{ - home-manager.users.charlotte = { pkgs, ... }: { - home.packages = with pkgs; [ joplin-desktop ]; - }; - - custom.zfs.homeLinks = [ - { path = ".config/joplin-desktop"; type = "data"; } - { path = ".config/Joplin"; type = "data"; } - ]; -} diff --git a/configurations/sway.nix b/configurations/sway.nix index e4749b08..d5c20795 100644 --- a/configurations/sway.nix +++ b/configurations/sway.nix @@ -92,8 +92,6 @@ in workspace 3 exec ${pkgs.thunderbird}/bin/thunderbird workspace 4 - exec ${pkgs.joplin-desktop}/bin/joplin-desktop - workspace 6 exec ${pkgs.teams}/bin/teams workspace 2 diff --git a/profiles/graphical.nix b/profiles/graphical.nix index c92fcd3f..713bf132 100644 --- a/profiles/graphical.nix +++ b/profiles/graphical.nix @@ -11,7 +11,6 @@ ../configurations/firefox.nix ../configurations/fonts.nix ../configurations/i3.nix - ../configurations/joplin.nix ../configurations/kernel.nix ../configurations/kitty.nix ../configurations/mime.nix