blob: a6d62e36cfb0ab67cfdd4a3b57bc1f11a999fc61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
bluetooth = import ./bluetooth.nix;
environment = import ./environment.nix;
hyprland = import ./hyprland.nix;
kde-connect = import ./kde-connect.nix;
nix-common = import ./nix-common.nix;
services = import ./services.nix;
steam = import ./steam.nix;
sway = import ./sway.nix;
system-packages = import ./system-packages.nix;
}
|