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

7 lines
70 B
Nix

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