This commit is contained in:
Hactarus 2024-01-02 20:20:31 +01:00
parent ef2054d7b5
commit b3bf93ecaa
8 changed files with 290 additions and 5 deletions

View file

@ -1,11 +1,6 @@
{ config, options, lib, pkgs, dotfiles, ... }:
{
extraSpecialArgs = {
dotfiles = inputs.dotfiles.outPath;
# or...
# dotfiles = ./path/to/my/dotfiles;
};
xdg.configFile = {
doom.source = "${dotfiles}/emacs";
wezterm.source = "${dotfiles}/wezterm";