desktop changes

This commit is contained in:
2025-02-05 13:16:50 -05:00
parent 63341f404f
commit 34a09327ad
3 changed files with 4 additions and 15 deletions

View File

@@ -19,29 +19,17 @@
networking.hostId = "abf570f9";
boot = {
kernelPackages = lib.mkForce pkgs.linuxPackages;
kernelParams = [
# allow overclocking (I actually underclock but lol)
"amdgpu.ppfeaturemask=0xFFF7FFFF"
# 2048MB
"zfs.zfs_arc_max=2048000000"
];
supportedFilesystems = [ "zfs" ];
zfs.extraPools = [ "laptop_hdds" ];
kernelModules = [
# kernel module for case fan control
"nct6775"
];
};
systemd.tmpfiles.rules = [
"d /laptop_hdds 0755 ${username} users"
];
services.xserver.enable = false;
services.desktopManager.plasma6.enable = true;
services.displayManager = {