.github
.vscode
docs
hydra
keys
lib
modules
pkgs
systems
users
alice
home
doom
config.el
custom.el
default.nix
init-new.el
init.el
packages.el
hypr
gammastep.nix
git.nix
waybar.nix
zsh.nix
default.nix
home.nix
non-server.nix
secrets.yaml
default.nix
utils
.envrc
.gitconfig
.gitignore
.sops.yaml
CONTRIBUTING.md
README.md
checks.nix
flake.lock
flake.nix
shell.nix
statix.toml
treefmt.toml
11 lines
212 B
Nix
11 lines
212 B
Nix
{ ... }:
|
|
|
|
{
|
|
xdg.configFile = {
|
|
"doom/config.el".source = ./config.el;
|
|
"doom/custom.el".source = ./custom.el;
|
|
"doom/init.el".source = ./init.el;
|
|
"doom/packages.el".source = ./packages.el;
|
|
};
|
|
}
|