mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-28 01:31:03 +01:00
Switch to nvim traxys
This commit is contained in:
parent
8fc8ec5802
commit
5247f0c1fe
2 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,6 @@
|
|||
nixpkgs.overlays = [
|
||||
inputs.nur.overlay
|
||||
inputs.rust-overlay.overlays.default
|
||||
inputs.nvim-traxys.overlay."${system}"
|
||||
inputs.nix-alien.overlay
|
||||
inputs.nix-gaming.overlays.default
|
||||
inputs.comma.overlays.default
|
||||
|
|
@ -87,6 +86,7 @@
|
|||
})
|
||||
(final: prev: {
|
||||
raclette = inputs.raclette.defaultPackage."${system}";
|
||||
neovimTraxys = inputs.nvim-traxys.packages."${system}".nvim;
|
||||
})
|
||||
];
|
||||
})
|
||||
|
|
@ -110,7 +110,6 @@
|
|||
./rustdev.nix
|
||||
./git
|
||||
inputs.zsh-traxys.home-managerModule."${system}"
|
||||
inputs.nvim-traxys.home-managerModule."${system}"
|
||||
];
|
||||
};
|
||||
home-manager.extraSpecialArgs = {flake = self;};
|
||||
|
|
|
|||
1
home.nix
1
home.nix
|
|
@ -12,6 +12,7 @@
|
|||
};
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
neovimTraxys
|
||||
bitwarden-cli
|
||||
nodePackages.vscode-json-languageserver
|
||||
exa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue