diff --git a/README.org b/README.org index d5d9293..45b5279 100644 --- a/README.org +++ b/README.org @@ -234,6 +234,7 @@ jellyfin-mpv-shim pfetch macchina gimp +scribus #+end_src Here are some dev tools that I often have on a few devices. @@ -273,7 +274,7 @@ nixpkgs.overlays = [ (import (builtins.fetchTarball { url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz; - sha256 = "09rsqmz7i7lyays59b9600z11qqr6h6lcskw1zzp54yw2csxn2ix"; + sha256 = "1rhmvww15mkix7fg8gd7r5hwlszi4zlwzxyr02yfwfsf5hh0n0d9"; })) (self: super: @@ -320,6 +321,7 @@ Notice how I am including all of my software here. It may be a big file, but hav boot.loader.efi.canTouchEfiVariables = true; nixpkgs.config.allowUnfree = true; + boot.kernelParams = [ "mem_sleep_default=deep" ]; networking.hostName = "syl"; # Define your hostname. diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index ba7fa70..fd5813c 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -204,7 +204,7 @@ pfetch macchina gimp - gtk3 + scribus blender neofetch # Dev tools @@ -233,7 +233,7 @@ (import (builtins.fetchTarball { url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz; - sha256 = "09rsqmz7i7lyays59b9600z11qqr6h6lcskw1zzp54yw2csxn2ix"; + sha256 = "1rhmvww15mkix7fg8gd7r5hwlszi4zlwzxyr02yfwfsf5hh0n0d9"; })) (self: super: diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index df03314..29306a8 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -16,6 +16,7 @@ boot.loader.efi.canTouchEfiVariables = true; nixpkgs.config.allowUnfree = true; + boot.kernelParams = [ "mem_sleep_default=deep" ]; networking.hostName = "syl"; # Define your hostname. @@ -227,7 +228,7 @@ pfetch macchina gimp - gtk3 + scribus neofetch afetch yafetch @@ -262,7 +263,7 @@ (import (builtins.fetchTarball { url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz; - sha256 = "09rsqmz7i7lyays59b9600z11qqr6h6lcskw1zzp54yw2csxn2ix"; + sha256 = "1rhmvww15mkix7fg8gd7r5hwlszi4zlwzxyr02yfwfsf5hh0n0d9"; })) (self: super: