working declarative nvim
need to add plugins
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
ghostty.url = "github:ghostty-org/ghostty";
|
||||
nvf.url = "github:notashelf/nvf";
|
||||
};
|
||||
|
||||
outputs = inputs @ {
|
||||
@@ -21,12 +22,13 @@
|
||||
darwin,
|
||||
home-manager,
|
||||
ghostty,
|
||||
nvf,
|
||||
...
|
||||
}: let
|
||||
userName = "wyatt";
|
||||
userEmail = "wyatt@wyattjmiller.com";
|
||||
extraSpecialArgs = {
|
||||
inherit userName userEmail ghostty;
|
||||
inherit userName userEmail ghostty nvf;
|
||||
};
|
||||
in {
|
||||
meta = import ./meta;
|
||||
@@ -57,7 +59,7 @@
|
||||
nixosConfigurations."cloud" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit userName userEmail ghostty;
|
||||
inherit userName userEmail;
|
||||
hostname = "cloud";
|
||||
role = "devel";
|
||||
};
|
||||
|
Reference in New Issue
Block a user