desktop changes

This commit is contained in:
Simon Gardling 2025-02-05 13:16:50 -05:00
parent 63341f404f
commit 34a09327ad
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
3 changed files with 4 additions and 15 deletions

View File

@ -38,9 +38,9 @@
];
};
fileSystems."/media/steam" = {
device = "/dev/disk/by-uuid/df865fc2-6b26-4689-809b-1615f860507e";
fsType = "btrfs";
fileSystems."/media/games" = {
device = "/dev/disk/by-uuid/1878136e-765d-4784-b204-3536ab4fdac8";
fsType = "f2fs";
options = [ "nofail" ];
};

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 = {

View File

@ -146,6 +146,7 @@
# terminal image viewer
timg
lsof
];
# home.file.".cargo/config.toml".text = ''