diff options
Diffstat (limited to '')
| -rw-r--r-- | hosts/bear/configuration.nix | 5 | ||||
| -rw-r--r-- | hosts/kenosis/configuration.nix | 4 | ||||
| -rw-r--r-- | hosts/nepsis/configuration.nix | 1 |
3 files changed, 4 insertions, 6 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 = { diff --git a/hosts/kenosis/configuration.nix b/hosts/kenosis/configuration.nix index 637db89..8c2df15 100644 --- a/hosts/kenosis/configuration.nix +++ b/hosts/kenosis/configuration.nix @@ -2,7 +2,7 @@ config, pkgs, inputs, - customNeovim, + nvim, ... }: { networking = { @@ -35,7 +35,7 @@ librewolf lazygit fastfetch - customNeovim.neovim + nvim.neovim git go-swag blender diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index 980fc31..0cf4c69 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -11,7 +11,6 @@ ./../../hjem.nix ./../../audio.nix ./../../vim.nix - ./../../sh.nix ]; networking.hostName = "nepsis"; |
