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

9 lines
95 B
Nix

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