Skip to content

Commit

Permalink
update nix
Browse files Browse the repository at this point in the history
  • Loading branch information
stehessel committed Apr 21, 2024
1 parent 69e2ddf commit baf87d9
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 52 deletions.
84 changes: 42 additions & 42 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkgs/dev/python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
packages = with pkgs; [
black
pyright
python310Packages.pipx
# python310Packages.pipx
];
sessionVariables = {
PYTHONSTARTUP = "${config.xdg.configHome}/python/pythonrc.py";
Expand Down
10 changes: 1 addition & 9 deletions pkgs/editor/neovim/config/lua/plugins/brackets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ return {
enabled = false,
event = "InsertEnter",
},
{
"ur4ltz/surround.nvim",
config = function()
require("surround").setup({ prefix = "r" })
end,
enabled = true,
keys = "r",
},
{
"kylechui/nvim-surround",
config = function()
Expand All @@ -37,6 +29,6 @@ return {
},
})
end,
enabled = false,
event = "VeryLazy",
},
}

0 comments on commit baf87d9

Please sign in to comment.