13 lines
140 B
Nix
13 lines
140 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./gnome
|
|
./sway
|
|
./hyprland
|
|
./syncthing.nix
|
|
./obs.nix
|
|
./firefox.nix
|
|
./bareksa.nix
|
|
];
|
|
}
|