26 lines
479 B
Nix
Raw Normal View History

{
imports = [
./host/bluetooth.nix
./host/bootloader.nix
./host/console.nix
2025-03-21 00:12:27 +03:00
./host/db.nix
./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
];
programs.hyprland.enable = true;
services = {
udisks2.enable = true;
fstrim.enable = true;
2025-03-21 00:12:52 +03:00
upower.enable = true;
};
}