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

8 lines
78 B
Nix

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