Replaced nixvim with nix-cats external flake.
This commit is contained in:
parent
221524709e
commit
dc1e99a104
44 changed files with 57 additions and 1455 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
inputs,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
|
@ -11,13 +12,6 @@
|
|||
../../configs/home-manager/zk.nix
|
||||
];
|
||||
|
||||
user = {
|
||||
nvim = {
|
||||
enable-lsp = lib.mkDefault true;
|
||||
enable-treesitter = lib.mkDefault true;
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
tre-command
|
||||
ripgrep-all
|
||||
|
@ -25,8 +19,11 @@
|
|||
fclones
|
||||
libqalculate
|
||||
f2
|
||||
inputs.nvim-config.packages.${pkgs.system}.nvim
|
||||
];
|
||||
|
||||
home.sessionVariables.EDITOR = "nvim";
|
||||
|
||||
programs = {
|
||||
zoxide.enable = true;
|
||||
tealdeer.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue