NixOS/home/modules/default.nix

12 lines
122 B
Nix
Raw Normal View History

2024-06-12 09:54:11 +07:00
{ ... }:
{
imports = [
./gnome
./sway
./hyprland
./syncthing.nix
./obs.nix
./firefox.nix
];
}