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

9 lines
95 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
2024-12-05 19:33:06 +00:00
./peek.nix
./screenkey.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
}