Nix-Hyprland/nixos/modules/bundle.nix
2024-04-17 08:15:16 +05:00

17 lines
235 B
Nix

{
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
];
}