2025-02-02 14:57:36 +03:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./host/bluetooth.nix
|
|
|
|
./host/bootloader.nix
|
|
|
|
./host/console.nix
|
2025-03-21 00:12:27 +03:00
|
|
|
./host/db.nix
|
2025-02-02 14:57:36 +03:00
|
|
|
./host/env.nix
|
|
|
|
./host/gamemode.nix
|
|
|
|
./host/gpg.nix
|
|
|
|
./host/laptop.nix
|
|
|
|
./host/printing.nix
|
|
|
|
./host/shutdown-on-lan.nix
|
|
|
|
./host/sound.nix
|
|
|
|
./host/virtmanager.nix
|
|
|
|
./host/vpn.nix
|
2025-03-28 18:39:35 +03:00
|
|
|
./host/network.nix
|
2025-02-02 14:57:36 +03:00
|
|
|
];
|
|
|
|
|
|
|
|
programs.hyprland.enable = true;
|
|
|
|
services = {
|
|
|
|
udisks2.enable = true;
|
|
|
|
fstrim.enable = true;
|
2025-03-21 00:12:52 +03:00
|
|
|
upower.enable = true;
|
2025-02-02 14:57:36 +03:00
|
|
|
};
|
|
|
|
}
|