adding scribus
This commit is contained in:
parent
c0a5763078
commit
26a00cee12
|
@ -234,6 +234,7 @@ jellyfin-mpv-shim
|
||||||
pfetch
|
pfetch
|
||||||
macchina
|
macchina
|
||||||
gimp
|
gimp
|
||||||
|
scribus
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Here are some dev tools that I often have on a few devices.
|
Here are some dev tools that I often have on a few devices.
|
||||||
|
@ -273,7 +274,7 @@ nixpkgs.overlays = [
|
||||||
|
|
||||||
(import (builtins.fetchTarball {
|
(import (builtins.fetchTarball {
|
||||||
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
||||||
sha256 = "09rsqmz7i7lyays59b9600z11qqr6h6lcskw1zzp54yw2csxn2ix";
|
sha256 = "1rhmvww15mkix7fg8gd7r5hwlszi4zlwzxyr02yfwfsf5hh0n0d9";
|
||||||
}))
|
}))
|
||||||
|
|
||||||
(self: super:
|
(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;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
boot.kernelParams = [ "mem_sleep_default=deep" ];
|
boot.kernelParams = [ "mem_sleep_default=deep" ];
|
||||||
|
|
||||||
networking.hostName = "syl"; # Define your hostname.
|
networking.hostName = "syl"; # Define your hostname.
|
||||||
|
|
|
@ -204,7 +204,7 @@
|
||||||
pfetch
|
pfetch
|
||||||
macchina
|
macchina
|
||||||
gimp
|
gimp
|
||||||
gtk3
|
scribus
|
||||||
blender
|
blender
|
||||||
neofetch
|
neofetch
|
||||||
# Dev tools
|
# Dev tools
|
||||||
|
@ -233,7 +233,7 @@
|
||||||
|
|
||||||
(import (builtins.fetchTarball {
|
(import (builtins.fetchTarball {
|
||||||
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
||||||
sha256 = "09rsqmz7i7lyays59b9600z11qqr6h6lcskw1zzp54yw2csxn2ix";
|
sha256 = "1rhmvww15mkix7fg8gd7r5hwlszi4zlwzxyr02yfwfsf5hh0n0d9";
|
||||||
}))
|
}))
|
||||||
|
|
||||||
(self: super:
|
(self: super:
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
boot.kernelParams = [ "mem_sleep_default=deep" ];
|
boot.kernelParams = [ "mem_sleep_default=deep" ];
|
||||||
|
|
||||||
networking.hostName = "syl"; # Define your hostname.
|
networking.hostName = "syl"; # Define your hostname.
|
||||||
|
@ -227,7 +228,7 @@
|
||||||
pfetch
|
pfetch
|
||||||
macchina
|
macchina
|
||||||
gimp
|
gimp
|
||||||
gtk3
|
scribus
|
||||||
neofetch
|
neofetch
|
||||||
afetch
|
afetch
|
||||||
yafetch
|
yafetch
|
||||||
|
@ -262,7 +263,7 @@
|
||||||
|
|
||||||
(import (builtins.fetchTarball {
|
(import (builtins.fetchTarball {
|
||||||
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
||||||
sha256 = "09rsqmz7i7lyays59b9600z11qqr6h6lcskw1zzp54yw2csxn2ix";
|
sha256 = "1rhmvww15mkix7fg8gd7r5hwlszi4zlwzxyr02yfwfsf5hh0n0d9";
|
||||||
}))
|
}))
|
||||||
|
|
||||||
(self: super:
|
(self: super:
|
||||||
|
|
Loading…
Reference in a new issue