diff options
| author | Skullheadx <admonty1@gmail.com> | 2026-06-29 11:17:12 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@gmail.com> | 2026-06-29 11:17:12 -0400 |
| commit | 02e78ddd47a8fffc62216d69befc47ceb098a9c7 (patch) | |
| tree | 2784ee7405c5543dc70260e48bb7169cf1350ed0 /hosts/bear | |
| parent | add pass and gnupg (diff) | |
| download | nixos-02e78ddd47a8fffc62216d69befc47ceb098a9c7.tar.gz nixos-02e78ddd47a8fffc62216d69befc47ceb098a9c7.tar.bz2 nixos-02e78ddd47a8fffc62216d69befc47ceb098a9c7.zip | |
fix nvim darwin
Diffstat (limited to '')
| -rw-r--r-- | hosts/bear/configuration.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hosts/bear/configuration.nix b/hosts/bear/configuration.nix index ef46691..ae17167 100644 --- a/hosts/bear/configuration.nix +++ b/hosts/bear/configuration.nix @@ -2,7 +2,7 @@ config, pkgs, inputs, - customNeovim, + nvim-darwin, ... }: { networking = { @@ -15,13 +15,12 @@ # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget environment.systemPackages = with pkgs; [ - customNeovim.neovim + nvim-darwin.neovim senpai mpv pass passExtensions.pass-otp passExtensions.pass-update - passExtensions.pass-import ]; programs.ssh = { |
