dotfiles/nix/modules/nixos/features/desktop/default.nix

7 lines
58 B
Nix
Raw Normal View History

2024-11-26 13:00:00 +00:00
{
2024-12-05 19:33:06 +00:00
imports = [
./peek.nix
./screenkey.nix
];
2024-11-26 13:00:00 +00:00
}