add home-status.html
This commit is contained in:
parent
b9be980ad3
commit
0a32439a4c
6 changed files with 47 additions and 4 deletions
nixos/components/gui/home-manager
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue