From 1f0e9cb7fe5a3d70cd3f7196b28d6aa1f31d2ec9 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 19 Oct 2025 23:29:43 +0300 Subject: moved comments for clarity --- home-manager/dotfiles/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'home-manager/dotfiles/default.nix') diff --git a/home-manager/dotfiles/default.nix b/home-manager/dotfiles/default.nix index 875c110..7445fdb 100644 --- a/home-manager/dotfiles/default.nix +++ b/home-manager/dotfiles/default.nix @@ -12,8 +12,9 @@ fontPath = "${config.home.homeDirectory}/.nix/dotfiles/fonts"; in { xdg = { + + # configFile points to ~/.config configFile = { - # configFile points to ~/.config "ghostty".source = config.lib.file.mkOutOfStoreSymlink ghosttyPath; "helix".source = config.lib.file.mkOutOfStoreSymlink helixPath; "labwc".source = config.lib.file.mkOutOfStoreSymlink labwcPath; @@ -22,8 +23,8 @@ "waybar".source = config.lib.file.mkOutOfStoreSymlink waybarPath; }; + # dataFile points to ~/.local/share dataFile = { - # dataFile points to ~/.local/share "themes".source = config.lib.file.mkOutOfStoreSymlink themesPath; "fonts".source = config.lib.file.mkOutOfStoreSymlink fontPath; }; -- cgit v1.2.3