introducing new neovim config, updating flake, and disabling syncthing
This commit is contained in:
parent
e3937ec870
commit
6174314ea6
6 changed files with 194 additions and 67 deletions
|
@ -27,6 +27,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
kickstartnvim = {
|
||||
url = "github:Daholli/kickstart-nix-nvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Hardware Configuration
|
||||
nixos-hardware.url = "github:nixos/nixos-hardware";
|
||||
|
||||
|
@ -71,7 +76,7 @@
|
|||
|
||||
overlays = with inputs; [
|
||||
snowfall-flake.overlays.default
|
||||
nixvim.overlays.default
|
||||
kickstartnvim.overlays.default
|
||||
];
|
||||
|
||||
systems.modules.nixos = with inputs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue