remove theme import
Some checks failed
Activate Homelab Configuration / rebuild (push) Has been cancelled

This commit is contained in:
Satria 2026-04-15 13:13:54 +07:00
commit 021c7f7200
3 changed files with 6 additions and 15 deletions

View file

@ -1,22 +1,13 @@
{ ... }: { { ... }: {
imports = [ imports = [
# ./misc/cpu-hotplug.nix
# ./misc/serial.nix
# ./misc/qemu-virtio.nix
# ^^ only used if vm
./core/firmware.nix ./core/firmware.nix
./core/igpu.nix ./core/igpu.nix
./misc/cpu-hotplug.nix
./misc/serial.nix
./misc/disks.nix ./misc/disks.nix
]; ];
boot.initrd.availableKernelModules = [
"virtio_net"
"virtio_pci"
"virtio_mmio"
"virtio_blk"
"virtio_scsi"
"virtio_console"
];
services = {
qemuGuest.enable = true;
spice-vdagentd.enable = true;
};
} }

View file

@ -36,6 +36,7 @@
vlc vlc
brave brave
flameshot
libreoffice libreoffice
appimage-run appimage-run
# keepassxc # keepassxc

View file

@ -1,6 +1,5 @@
{ username, ctp-opt, ... }: { { username, ctp-opt, ... }: {
imports = [ imports = [
./rice/theme.nix
./core/shell.nix ./core/shell.nix
./core/cli.nix ./core/cli.nix
]; ];