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
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue