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
|
@ -58,7 +58,6 @@
|
|||
}: {
|
||||
host.details = osConfig.host.details;
|
||||
user = {
|
||||
nvim.enable-lsp = false;
|
||||
git = {
|
||||
profile = {
|
||||
name = "Gabe Venberg";
|
||||
|
@ -70,7 +69,6 @@
|
|||
imports = [
|
||||
../roles/home-manager/terminal.nix
|
||||
../configs/home-manager/common.nix
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -56,7 +56,6 @@
|
|||
}: {
|
||||
host.details = osConfig.host.details;
|
||||
user = {
|
||||
nvim.enable-lsp = false;
|
||||
git = {
|
||||
profile = {
|
||||
name = "Gabe Venberg";
|
||||
|
@ -68,7 +67,6 @@
|
|||
imports = [
|
||||
../roles/home-manager/terminal.nix
|
||||
../configs/home-manager/common.nix
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
imports = [
|
||||
../roles/home-manager/minimal-terminal.nix
|
||||
../configs/home-manager/common.nix
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -73,7 +73,6 @@
|
|||
imports = [
|
||||
../roles/home-manager/minimal-terminal.nix
|
||||
../configs/home-manager/common.nix
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
# ../configs/home-manager/secrets.nix
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue