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
|
@ -19,7 +19,7 @@ in
|
|||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
less
|
||||
wyrdgard.neovim
|
||||
nvim-pkg
|
||||
];
|
||||
variables = {
|
||||
EDITOR = "nvim";
|
||||
|
|
|
@ -14,7 +14,7 @@ in
|
|||
{
|
||||
options.wyrdgard.nix = with types; {
|
||||
enable = mkBoolOpt true "Whether or not to manage nix configuration.";
|
||||
package = mkOpt package pkgs.nixUnstable "Which nix package to use.";
|
||||
package = mkOpt package pkgs.nixVersions.git "Which nix package to use.";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
{
|
||||
options,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue