add home-status.html

This commit is contained in:
Ingolf Wagner 2023-03-18 08:16:25 +01:00
commit 0a32439a4c
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
6 changed files with 47 additions and 4 deletions
nixos/components/gui/home-manager

View file

@ -4,7 +4,7 @@
home-manager.users.mainUser = {
programs.doom-emacs = {
enable = lib.mkDefault true;
doomPrivateDir = ../../../doom.d;
doomPrivateDir = ../../../../doom.d;
extraConfig = ''
;; "monospace" means use the system default. However, the default is usually two
;; points larger than I'd like, so I specify size 12 here.