diff --git a/common/icons/commafeed.png b/common/icons/commafeed.png new file mode 100644 index 0000000..e85b198 Binary files /dev/null and b/common/icons/commafeed.png differ diff --git a/home/features/neovim/default.nix b/home/features/neovim/default.nix index 446973b..07d7ee2 100644 --- a/home/features/neovim/default.nix +++ b/home/features/neovim/default.nix @@ -312,16 +312,6 @@ let # }}} # }}} # {{{ ui - # {{{ nvim-tree - nvim-tree = { - package = "kyazdani42/nvim-tree.lua"; - - cond = blacklist [ "vscode" "firenvim" ]; - config = true; - - keys = nmap "" "Toggle [n]vim-tree" "NvimTreeToggle"; - }; - # }}} # {{{ mini.statusline mini-statusline = { package = "echasnovski/mini.statusline"; @@ -755,22 +745,6 @@ let opts.keymaps.replace_all = ""; }; # }}} - # # {{{ edit-code-block (edit injections in separate buffers) - # REASON: broken - # edit-code-block = { - # package = "dawsers/edit-code-block.nvim"; - # dependencies.lua = [ "treesitter" ]; - # main = "ecb"; - # - # cond = blacklist "vscode"; - # config = true; - # keys = { - # mapping = "e"; - # action = "EditCodeBlock"; - # desc = "[e]dit injection"; - # }; - # }; - # # }}} # {{{ mini.comment mini-comment = { package = "echasnovski/mini.comment"; @@ -1308,7 +1282,7 @@ let # ft = "purescript"; # }; # }}} - # {{{ hyprland + # {{{ hyprland support hyprland = { package = "theRealCarneiro/hyprland-vim-syntax"; diff --git a/hosts/nixos/lapetus/services/homer.nix b/hosts/nixos/lapetus/services/homer.nix index 82096f3..f7d08b6 100644 --- a/hosts/nixos/lapetus/services/homer.nix +++ b/hosts/nixos/lapetus/services/homer.nix @@ -57,6 +57,12 @@ in logo = icon "grafana.png"; url = "https://grafana.moonythm.dev"; } + { + name = "Syncthing"; + subtitle = "File synchronization"; + logo = icon "syncthing.png"; + url = "https://syncthing.lapetus.moonythm.dev"; + } ]; } # }}} @@ -71,18 +77,18 @@ in logo = icon "bitwarden.png"; url = "https://warden.moonythm.dev"; } - { - name = "Syncthing"; - subtitle = "File synchronization"; - logo = icon "syncthing.png"; - url = "https://syncthing.lapetus.moonythm.dev"; - } { name = "Whoogle"; subtitle = "Search engine"; logo = icon "whoogle.webp"; url = "https://search.moonythm.dev"; } + { + name = "Commafeed"; + subtitle = "RSS reader"; + logo = icon "commafeed.png"; + url = "https://rss.moonythm.dev"; + } ]; } # }}}