Major cleanup

This commit is contained in:
William 2024-09-18 12:42:20 -03:00
parent 46275901fd
commit b2ff93693a
24 changed files with 39 additions and 289 deletions

View file

@ -4,16 +4,7 @@
boot = {
plymouth.enable = true;
initrd.systemd.enable = true;
loader = {
efi.efiSysMountPoint = "/boot/efi";
systemd-boot = {
sortKey = "aa";
netbootxyz = {
enable = true;
sortKey = "zz";
};
};
};
loader.efi.efiSysMountPoint = "/boot/efi";
kernelPackages = pkgs.linuxPackages_xanmod_latest;
extraModprobeConfig = ''
options bluetooth disable_ertm=1

View file

@ -4,7 +4,7 @@
hardware = {
xpadneo.enable = true;
bluetooth.enable = true;
pulseaudio.enable = false; # Use pipewire instead
pulseaudio.enable = false;
steam-hardware.enable = true; # Allow steam client to manage controllers
graphics.enable32Bit = true; # For OpenGL games
i2c.enable = true;

View file

@ -34,6 +34,7 @@ in {
krita
libfido2
libreoffice-qt
lilipod
mangohud
microsoft-edge
mission-center
@ -92,7 +93,7 @@ in {
};
nh = {
enable = true;
flake = "/home/user/Projects/nix-config";
flake = "/home/user/Projects/personal/nix-config";
};
};

View file

@ -2,10 +2,7 @@
{
services = {
printing = {
enable = true;
drivers = with pkgs; [ epson-escpr ];
};
printing.enable = true;
udev.packages = with pkgs; [ yubikey-personalization ];
desktopManager.plasma6.enable = true;
nginx = {