Update inputs
This commit is contained in:
parent
db78e0407f
commit
dd97680acc
5 changed files with 61 additions and 66 deletions
|
|
@ -139,7 +139,8 @@ in
|
|||
"application/pdf" = "org.pwmt.zathura-pdf-mupdf.desktop";
|
||||
|
||||
"application/msword" = "onlyoffice-desktopeditors.desktop";
|
||||
"application/vnd.openxmlformats-officedocument.presentationml.presentation" = "onlyoffice-desktopeditors.desktop";
|
||||
"application/vnd.openxmlformats-officedocument.presentationml.presentation" =
|
||||
"onlyoffice-desktopeditors.desktop";
|
||||
"application/vnd.openxmlformats-officedocument*" = "onlyoffice-desktopeditors.desktop";
|
||||
|
||||
"text/*" = "nvim.desktop";
|
||||
|
|
@ -181,7 +182,7 @@ in
|
|||
zsh-syntax-highlighting
|
||||
R
|
||||
tldr
|
||||
ark
|
||||
kdePackages.ark
|
||||
linuxPackages.perf
|
||||
])
|
||||
++ [ pkgs.jellyfin-mpv-shim ];
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@ let
|
|||
|
||||
gruvboxPlus = pkgs.stdenv.mkDerivation rec {
|
||||
name = "gruvbox-plus";
|
||||
version = "5.1";
|
||||
version = "6.2.0";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/SylEleuth/gruvbox-plus-icon-pack/releases/download/v${version}/gruvbox-plus-icon-pack-${version}.zip";
|
||||
sha256 = "1n3hqwk1mqaj8vbmy0pqbiq6v5jqrhmhin506xbpnccl28f907j0";
|
||||
sha256 = "sha256-D+SPhucHU4Riz0mzU1LnaEkkaQt+blJMAsA5r6fTAQ0=";
|
||||
};
|
||||
dontUnpack = true;
|
||||
installPhase = ''
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ in
|
|||
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs29.override {
|
||||
package = pkgs.emacs30.override {
|
||||
withNativeCompilation = true;
|
||||
withPgtk = true;
|
||||
withSQLite3 = true;
|
||||
|
|
|
|||
|
|
@ -70,7 +70,6 @@ in
|
|||
persistence-nvim
|
||||
|
||||
# smart typing
|
||||
indent-blankline-nvim
|
||||
guess-indent-nvim
|
||||
vim-illuminate
|
||||
|
||||
|
|
@ -83,21 +82,19 @@ in
|
|||
nvim-metals
|
||||
|
||||
# cmp plugins
|
||||
nvim-cmp # completion plugin
|
||||
cmp-buffer # buffer completions
|
||||
cmp-path # path completions
|
||||
nvim-cmp
|
||||
blink-cmp # completion plugin
|
||||
cmp_luasnip # snipper completions
|
||||
cmp-nvim-lsp # LSP completions
|
||||
|
||||
# snippets
|
||||
luasnip # snippet engine
|
||||
nvim-snippets
|
||||
friendly-snippets # a bunch of snippets to use
|
||||
|
||||
# search functionality
|
||||
plenary-nvim
|
||||
telescope-nvim
|
||||
telescope-fzf-native-nvim
|
||||
fzf-lua
|
||||
grug-far-nvim
|
||||
flash-nvim
|
||||
|
||||
|
|
@ -250,7 +247,7 @@ in
|
|||
pkgs.vimUtils.packDir
|
||||
config.home-manager.users.${config.user.name}.programs.neovim.finalPackage.passthru.packpathDirs
|
||||
}/pack/myNeovimPackages/start",
|
||||
patterns = {"folke", "nvim-telescope", "hrsh7th", "akinsho", "stevearc", "LazyVim", "catppuccin", "saadparwaiz1", "nvimdev", "rafamadriz", "lewis6991", "lukas-reineke", "nvim-lualine", "L3MON4D3", "williamboman", "echasnovski", "nvim-neo-tree", "MunifTanjim", "mfussenegger", "rcarriga", "neovim", "nvim-pack", "nvim-treesitter", "windwp", "JoosepAlviste", "nvim-tree", "nvim-lua", "RRethy", "dstein64", "Saecki", "ggandor", "iamcco", "nvim-neotest", "rouge8", "theHamsta", "SmiteshP", "jbyuki", "simrat39", "b0o", "tpope", "kosayoda", "ellisonleao", "NeogitOrg", "sindrets", "scalameta", "garymjr", "mikavilpas","kristijanhusak","MagicDuck","MeanderingProgrammer"},
|
||||
patterns = {"folke", "nvim-telescope", "hrsh7th", "akinsho", "stevearc", "LazyVim", "catppuccin", "saadparwaiz1", "nvimdev", "rafamadriz", "lewis6991", "lukas-reineke", "nvim-lualine", "L3MON4D3", "williamboman", "echasnovski", "nvim-neo-tree", "MunifTanjim", "mfussenegger", "rcarriga", "neovim", "nvim-pack", "nvim-treesitter", "windwp", "JoosepAlviste", "nvim-tree", "nvim-lua", "RRethy", "dstein64", "Saecki", "ggandor", "iamcco", "nvim-neotest", "rouge8", "theHamsta", "SmiteshP", "jbyuki", "simrat39", "b0o", "tpope", "kosayoda", "ellisonleao", "NeogitOrg", "sindrets", "scalameta", "garymjr", "mikavilpas","kristijanhusak","MagicDuck","MeanderingProgrammer", "ibhagwan", "saghen"},
|
||||
},
|
||||
install = {
|
||||
missing = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue