dotfiles/nix/modules/nixos/features/desktop/default.nix
2024-12-05 19:33:06 +00:00

7 lines
58 B
Nix

{
imports = [
./peek.nix
./screenkey.nix
];
}