remove theme import
Some checks failed
Activate Homelab Configuration / rebuild (push) Has been cancelled
Some checks failed
Activate Homelab Configuration / rebuild (push) Has been cancelled
This commit is contained in:
parent
52a06a539f
commit
021c7f7200
3 changed files with 6 additions and 15 deletions
|
|
@ -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;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@
|
||||||
|
|
||||||
vlc
|
vlc
|
||||||
brave
|
brave
|
||||||
|
flameshot
|
||||||
libreoffice
|
libreoffice
|
||||||
appimage-run
|
appimage-run
|
||||||
# keepassxc
|
# keepassxc
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue