nix-config/modules/nixos/desktop/default.nix
2025-04-05 15:13:58 +01:00

6 lines
57 B
Nix

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