summaryrefslogtreecommitdiffstats
path: root/nixos/modules/bundle.nix
blob: 2a9dae9c163f132d365841c8245899773b26bf04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  imports = [
    ./bootloader.nix
    ./sound.nix
    ./zram.nix
    ./env.nix
    ./user.nix
    ./xserver.nix
    ./nm.nix
    ./virtmanager.nix
    ./hyprland.nix
    ./trim.nix
    ./bluetooth.nix
    ./nixvim/nixvim.nix
  ];
}