nix-config/nix/modules/nixos/features/desktop/default.nix

7 lines
78 B
Nix

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