NixOS/home/modules/default.nix

12 lines
122 B
Nix

{ ... }:
{
imports = [
./gnome
./sway
./hyprland
./syncthing.nix
./obs.nix
./firefox.nix
];
}