nixdots/system/roles/workstation/programs/default.nix

8 lines
74 B
Nix
Raw Normal View History

2024-04-13 18:10:01 +00:00
{
imports = [
./misc.nix
2024-04-15 21:22:23 +00:00
./physlock.nix
2024-06-10 16:53:34 +00:00
./thunar.nix
2024-04-13 18:10:01 +00:00
];
}