From e03318f30aeafe73a340547c72ca73489069da21 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Tue, 4 Oct 2022 14:28:46 +0200 Subject: [PATCH] compat updates --- alacritty.yml | 4 ---- emacs/emacs.org | 2 +- flake.nix | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/alacritty.yml b/alacritty.yml index 14d34ba..4e0019d 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -89,10 +89,6 @@ font: x: 0 y: 0 - # OS X only: use thin stroke font rendering. Thin strokes are suitable - # for retina displays, but for non-retina you probably want this set to - # false. - use_thin_strokes: true # Should display the render timer debug: diff --git a/emacs/emacs.org b/emacs/emacs.org index a53cec1..b7b3031 100644 --- a/emacs/emacs.org +++ b/emacs/emacs.org @@ -350,7 +350,7 @@ from https://vickychijwani.me/nuggets-from-my-emacs-part-i/ #+END_SRC *** enable globally #+BEGIN_SRC emacs-lisp -(global-linum-mode t) +(global-display-line-numbers-mode) #+END_SRC ** direnv #+BEGIN_SRC emacs-lisp diff --git a/flake.nix b/flake.nix index 6188f9a..9d37303 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ # updater script for home profile # works around https://github.com/nix-community/home-manager/issues/2848 apps.update-home = flake-utils.lib.mkApp { - drv = pkgs.writeScript "update-home" '' + drv = pkgs.writeScriptBin "update-home" '' set -euo pipefail old_profile=$(nix profile list | grep home-manager-path | head -n1 | awk '{print $4}') echo $old_profile