diff --git a/hosts/modules/programs.nix b/hosts/modules/programs.nix index 8bd51a2..c8d8395 100644 --- a/hosts/modules/programs.nix +++ b/hosts/modules/programs.nix @@ -68,11 +68,9 @@ with pkgs; [ ### Dev Tools ### - arduino-ide bat deploy-rs fd - fritzing fzf nixfmt-rfc-style nix-init diff --git a/hosts/modules/rotterdam/hardware.nix b/hosts/modules/rotterdam/hardware.nix index 495a78b..ba7f866 100644 --- a/hosts/modules/rotterdam/hardware.nix +++ b/hosts/modules/rotterdam/hardware.nix @@ -8,6 +8,4 @@ }; graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ]; }; - - systemd.targets.hibernate.enable = false; # disable non-functional hibernate }