NixOS/home/modules/default.nix

13 lines
140 B
Nix

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