Initial commit

This commit is contained in:
Andrey0189
2024-04-17 05:52:14 +05:00
commit b51f9bc101
43 changed files with 1721 additions and 0 deletions

15
nixos/modules/bundle.nix Normal file
View File

@@ -0,0 +1,15 @@
{
imports = [
./bootloader.nix
./sound.nix
./zram.nix
./env.nix
./user.nix
./xserver.nix
./nm.nix
./virtmanager.nix
./hyprland.nix
./trim.nix
./nixvim/nixvim.nix
];
}