init nix
This commit is contained in:
parent
8f5e86c610
commit
6fc9fc7506
3 changed files with 40 additions and 0 deletions
9
home.nix
Normal file
9
home.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, options, lib, pkgs, dotfiles, ... }:
|
||||
|
||||
{
|
||||
xdg.configFile = {
|
||||
doom.source = "${dotfiles}/emacs";
|
||||
wezterm.source = "${dotfiles}/wezterm";
|
||||
nvim.source = "${dotfiles}/nvim";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue