mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2026-02-05 05:41:57 -05:00
chore:lqx
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
}: {
|
||||
imports = with inputs; [
|
||||
./${hostname}
|
||||
# chaotic.nixosModules.default
|
||||
# disko.nixosModules.disko
|
||||
stylix.nixosModules.stylix
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
# See: https://search.nixos.org/options?show=boot.kernelPackages
|
||||
# See: https://www.nyx.chaotic.cx/#using-sched-ext-schedulers
|
||||
KernelPackages = "linuxPackages_zen";
|
||||
KernelPackages = "linuxPackages_lqx";
|
||||
|
||||
# See: https://mynixos.com/nixpkgs/option/system.stateVersion
|
||||
StateVersion = "26.05";
|
||||
@@ -59,7 +59,4 @@
|
||||
# See: https://github.com/qemu/qemu
|
||||
# See: https://github.com/virt-manager/virt-manager
|
||||
QEMU-VM-Use-Case = true;
|
||||
|
||||
# See: https://github.com/dbeaver/dbeaver
|
||||
Database-Use-Case = true;
|
||||
}
|
||||
|
||||
@@ -56,7 +56,4 @@
|
||||
# See: https://github.com/qemu/qemu
|
||||
# See: https://github.com/virt-manager/virt-manager
|
||||
QEMU-VM-Use-Case = false;
|
||||
|
||||
# See: https://github.com/dbeaver/dbeaver
|
||||
Database-Use-Case = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user