adding scribus
This commit is contained in:
parent
c0a5763078
commit
26a00cee12
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue