nix-config/modules/home-manager/desktop/default.nix

10 lines
104 B
Nix
Raw Normal View History

{
imports = [
2025-04-23 23:05:45 +01:00
./browsers
./flameshot.nix
./gtk.nix
2025-04-23 23:05:45 +01:00
./media
./screenkey.nix
];
}