diffview jj

This commit is contained in:
iofq 2025-05-08 02:10:39 -05:00
parent 625fbde680
commit 0b7da58795
5 changed files with 85 additions and 69 deletions

View file

@ -14,10 +14,6 @@ in {
cryptsetup
nfs-utils
nerdctl
bubblewrap
fuse-overlayfs
dwarfs
wine-staging
];
environment.extraInit = "[[ -f ${homeManagerSessionVars} ]] && source ${homeManagerSessionVars} && echo 'x' > /tmp/test";
@ -92,6 +88,8 @@ in {
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
PLATFORM_PROFILE_ON_BAT = "low-power";
PLATFORM_PROFILE_ON_AC = "performance";
CPU_MIN_PERF_ON_AC = 0;
CPU_MAX_PERF_ON_AC = 100;
@ -129,8 +127,10 @@ in {
hardware.graphics = {
enable = true;
enable32Bit = true;
extraPackages = [
pkgs.mesa
pkgs.amdvlk
pkgs.libGL
];
};

View file

@ -26,13 +26,6 @@
fsType = "vfat";
};
swapDevices = [
{
device = "/swapfile";
size = 8 * 1024;
}
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction