Nix-Hyprland/nixos/modules/bundle.nix

16 lines
215 B
Nix
Raw Normal View History

2024-04-16 20:52:14 -04:00
{
imports = [
./bootloader.nix
./sound.nix
./zram.nix
./env.nix
./user.nix
./xserver.nix
./nm.nix
./virtmanager.nix
./hyprland.nix
./trim.nix
./nixvim/nixvim.nix
];
}