dot_testing/home/sx/default.nix

12 lines
167 B
Nix
Raw Permalink Normal View History

2023-12-21 15:26:09 -06:00
{ lib, config, pkgs, home, ... }:
{
# managed by nixos configuration
home.file = {
".config/sx/sxrc" = {
2024-04-06 17:29:20 -05:00
source = ../../.config/sx/sxrc;
2023-12-21 15:26:09 -06:00
};
};
}