9 lines
No EOL
199 B
Nix
9 lines
No EOL
199 B
Nix
{ config, options, lib, pkgs, dotfiles, ... }:
|
|
|
|
{
|
|
xdg.configFile = {
|
|
doom.source = "${dotfiles}/emacs";
|
|
wezterm.source = "${dotfiles}/wezterm";
|
|
nvim.source = "${dotfiles}/nvim";
|
|
};
|
|
} |