NixOS/home/modules/default.nix

13 lines
140 B
Nix
Raw Normal View History

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