compat updates

auto-flake-update
Yorick van Pelt 2022-10-04 14:28:46 +02:00
parent 79028250cb
commit e03318f30a
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
3 changed files with 2 additions and 6 deletions

View File

@ -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:

View File

@ -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

View File

@ -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