aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--login.nix2
-rw-r--r--overlays/neovim.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/login.nix b/login.nix
index a5906cd..cf1646c 100644
--- a/login.nix
+++ b/login.nix
@@ -72,7 +72,7 @@ in {
'';
};
services = {
- mingetty = {
+ getty = {
autologinUser = "imsohexy";
helpLine = "";
greetingLine = let
diff --git a/overlays/neovim.nix b/overlays/neovim.nix
index 172ed0c..d5dc704 100644
--- a/overlays/neovim.nix
+++ b/overlays/neovim.nix
@@ -9,7 +9,7 @@ self: super: {
owner = "neovim";
repo = "neovim";
rev = "nightly";
- sha256 = "0vpjdd32lgzyh85gyazqpms8vmaad6px3zx2svdxhvcdxgschqz9";
+ sha256 = "019dl8w0l2b0bk26irfgnl6dal1pisdwn1qy4b36hvij2y5mad3s";
};
nativeBuildInputs = with self.pkgs; [ unzip cmake pkgconfig gettext tree-sitter-updated ];