diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-07-31 19:44:36 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-07-31 19:44:36 -0500 |
| commit | 07ad5b45941fa3e33a70270592815fa317a14c19 (patch) | |
| tree | 4080e43f80cc0cffeca31faed45ae5ba9a36102b /flake.nix | |
| parent | ab30a01570d1c99e0b73959552de8ad8421cb8fd (diff) | |
| download | neovim-vanilla-wrapped-07ad5b45941fa3e33a70270592815fa317a14c19.tar.xz neovim-vanilla-wrapped-07ad5b45941fa3e33a70270592815fa317a14c19.zip | |
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ ... }: { - hmModules.neovim-vanilla-wrapped = import ./module.nix; - nixosModules.neovim-vanilla-wrapped = import ./module.nix; + hmModules.neovim-vanilla-wrapped = import ./module.nix "home-manager"; + nixosModules.neovim-vanilla-wrapped = import ./module.nix "nixos"; }; } |
