dotfiles/homes/x86_64-linux/christopher@cobalt/config/fixtures.nix
Christopher Mühl e51dfb70c9
Add SSH config
2025-08-04 18:21:27 +02:00

6 lines
123 B
Nix

{config, ...}: {
home.file."${config.xdg.configHome}/eww" = {
source = ../fixtures/eww;
recursive = true;
};
}