Sweetbread 4f11c8139f wip: console
Font changes to default after reload
2025-01-25 19:38:13 +03:00

20 lines
306 B
Nix

{
imports = [
./bootloader.nix
./sound.nix
./zram.nix
./env.nix
./nm.nix
./virtmanager.nix
./trim.nix
./bluetooth.nix
./vpn.nix
./printing.nix
./shutdown-on-lan.nix
./console.nix
];
programs.hyprland.enable = true;
services.udisks2.enable = true;
}