blob: 9694e2061351dbde8caba95fc8edb39c7bca8079 (
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;
}
|