Fix hibernation

This commit is contained in:
Ghostfox
2026-04-28 08:43:16 +02:00
parent 09329c43a1
commit 9b09f60121
4 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,6 @@
boot.kernelParams = [
"vm.swappiness=30"
"hibernate.compressor=lz4"
# "hibernate.compressor=lz4"
];
}

View File

@@ -1,6 +1,7 @@
{ config, ... }:
let
hasGui = config.services.dbus.implementation == "dbus";
in
{
imports = [
./direnv.nix

View File

@@ -28,6 +28,9 @@ in
skellock.just
docker.docker
redhat.vscode-yaml
bradlc.vscode-tailwindcss
dbaeumer.vscode-eslint
mesonbuild.mesonbuild
];
userSettings = {
"chat.agent.enabled" = false;

View File

@@ -1,6 +1,7 @@
{ config, pkgs, ... }:
let
hasGui = config.services.dbus.implementation == "dbus";
in
{
environment.systemPackages = with pkgs; [
# Languages