nixos-private-dots/modules/nixos/bundle.nix
Buliway cb05fc79fa закомментил лишнее
чтоб можно было ставить систему с минимум изменений
2024-10-07 16:41:38 +03:00

14 lines
276 B
Nix
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
imports = [
# ./env.nix # Мб не надо, ибо редачу через home.nix?
# ./filesystems.nix
./hardware.nix
# ./hibernate.nix
./locale.nix
./network.nix
./sound.nix
./stylix.nix
./virtualisation.nix
./xserver.nix
];
}