test
This commit is contained in:
@@ -19,8 +19,8 @@ in {
|
||||
doomDir = ../../doom.d;
|
||||
|
||||
# Where Doom stores local state (cache, etc.)
|
||||
# Supports ~ expansion but NOT shell variables like $XDG_DATA_HOME
|
||||
doomLocalDir = "~/.local/share/nix-doom";
|
||||
# Must be an absolute path
|
||||
doomLocalDir = "${config.home.homeDirectory}/.local/share/nix-doom";
|
||||
|
||||
# Use emacs-pgtk for better Wayland support on Linux
|
||||
# On macOS, falls back to regular emacs
|
||||
|
||||
Reference in New Issue
Block a user