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

11 lines
122 B
Nix
Raw Normal View History

2024-11-26 13:00:00 +00:00
{
2024-12-05 19:33:06 +00:00
imports = [
./autorandr.nix
2025-02-22 12:14:10 +00:00
./dwm.nix
2024-12-05 19:33:06 +00:00
./peek.nix
./screenkey.nix
2025-03-05 11:22:20 +00:00
./st.nix
2025-01-31 11:00:29 +00:00
./thunar.nix
2024-12-05 19:33:06 +00:00
];
2024-11-26 13:00:00 +00:00
}