fixup
This commit is contained in:
parent
77b0818d12
commit
ef2054d7b5
1 changed files with 6 additions and 1 deletions
5
home.nix
5
home.nix
|
@ -1,6 +1,11 @@
|
||||||
{ config, options, lib, pkgs, dotfiles, ... }:
|
{ config, options, lib, pkgs, dotfiles, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
extraSpecialArgs = {
|
||||||
|
dotfiles = inputs.dotfiles.outPath;
|
||||||
|
# or...
|
||||||
|
# dotfiles = ./path/to/my/dotfiles;
|
||||||
|
};
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
doom.source = "${dotfiles}/emacs";
|
doom.source = "${dotfiles}/emacs";
|
||||||
wezterm.source = "${dotfiles}/wezterm";
|
wezterm.source = "${dotfiles}/wezterm";
|
||||||
|
|
Loading…
Add table
Reference in a new issue