adding scribus

This commit is contained in:
Chris Cochrun 2022-05-18 16:36:19 -05:00
parent c0a5763078
commit 26a00cee12
3 changed files with 8 additions and 5 deletions

View file

@ -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.