1
0
Fork 0
mirror of https://git.sr.ht/~azikx/wyswort synced 2024-10-30 11:26:20 +00:00
wyswort/home/programs/misc/default.nix

10 lines
97 B
Nix
Raw Normal View History

2024-10-12 09:43:57 +00:00
{
2024-10-15 13:18:01 +00:00
imports = [
./dconf.nix
./nwg.nix
./nix.nix
./xdg.nix
# ./env.nix
];
2024-10-12 09:43:57 +00:00
}