fixup
This commit is contained in:
parent
77b0818d12
commit
ef2054d7b5
1 changed files with 6 additions and 1 deletions
7
home.nix
7
home.nix
|
@ -1,6 +1,11 @@
|
|||
{ 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";
|
||||
|
|
Loading…
Add table
Reference in a new issue