From 34a09327ad6d5cb773a44f6302f9e30b7efc3f2b Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 5 Feb 2025 13:16:50 -0500 Subject: [PATCH] desktop changes --- etcnixos/hardware_desktop.nix | 6 +++--- etcnixos/system-yarn.nix | 12 ------------ home-manager/no-gui.nix | 1 + 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/etcnixos/hardware_desktop.nix b/etcnixos/hardware_desktop.nix index 3f45ceb..17e40e4 100644 --- a/etcnixos/hardware_desktop.nix +++ b/etcnixos/hardware_desktop.nix @@ -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" ]; }; diff --git a/etcnixos/system-yarn.nix b/etcnixos/system-yarn.nix index a0a8d92..bd0426f 100644 --- a/etcnixos/system-yarn.nix +++ b/etcnixos/system-yarn.nix @@ -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 = { diff --git a/home-manager/no-gui.nix b/home-manager/no-gui.nix index 9efb971..4b85b95 100644 --- a/home-manager/no-gui.nix +++ b/home-manager/no-gui.nix @@ -146,6 +146,7 @@ # terminal image viewer timg + lsof ]; # home.file.".cargo/config.toml".text = ''