This commit is contained in:
Hactarus 2023-10-12 00:23:52 +02:00
parent 8f5e86c610
commit 6fc9fc7506
3 changed files with 40 additions and 0 deletions

9
home.nix Normal file
View file

@ -0,0 +1,9 @@
{ config, options, lib, pkgs, dotfiles, ... }:
{
xdg.configFile = {
doom.source = "${dotfiles}/emacs";
wezterm.source = "${dotfiles}/wezterm";
nvim.source = "${dotfiles}/nvim";
};
}