This commit is contained in:
xmm16 2024-12-11 00:07:40 -03:00
commit 6cc1602529
No known key found for this signature in database
2 changed files with 9 additions and 8 deletions

View file

@ -1,19 +1,14 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{
config,
pkgs,
libs,
...
}: {
{pkgs, ...}: {
boot.initrd.systemd = {
enable = true;
tpm2 = {enable = true;};
dbus = {enable = true;};
};
boot.kernelPackages = pkgs.linuxPackages_cachyos;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = [
"default_hugepagesz=1G"
@ -181,7 +176,7 @@
oxygen
libqaccessibilityclient
];
services.dbus = {
implementation = "broker";
};