nixos-private-dots/modules/nixos/bundle.nix
Buliway 9de3af4ccf Добавил гибернацию
Не проверял работает ли
2024-09-14 12:22:07 +03:00

14 lines
No EOL
273 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
];
}