diff --git a/modules/shell/zellij.nix b/modules/shell/zellij.nix index 7efcb57..9e24251 100644 --- a/modules/shell/zellij.nix +++ b/modules/shell/zellij.nix @@ -4,16 +4,6 @@ ... }: { home-manager.users.jade = {pkgs, ...}: { - home.file = { - zellij-forgot = { - target = ".config/zellij/plugins/zellij-forgot.wasm"; - source = builtins.fetchurl "https://github.com/karimould/zellij-forgot/releases/download/0.2.0/zellij_forgot.wasm"; - }; - monocle = { - target = ".config/zellij/plugins/monocle.wasm"; - source = builtins.fetchurl "https://github.com/imsnif/monocle/releases/download/0.37.2/monocle.wasm"; - }; - }; programs.zellij = { enable = true; settings = {