Compare commits

..

3 Commits

2 changed files with 8 additions and 0 deletions

View File

@@ -527,6 +527,8 @@
(setq ps-lpr-switches '("-q" "-dNOPAUSE" "-dBATCH" "-sDEVICE=mswinpr2" (setq ps-lpr-switches '("-q" "-dNOPAUSE" "-dBATCH" "-sDEVICE=mswinpr2"
"-sPAPERSIZE=a7")) "-sPAPERSIZE=a7"))
(use-package emms)
;; exwm ;; exwm
;; (use-package exwm ;; (use-package exwm
;; :config ;; :config

View File

@@ -258,6 +258,11 @@
programs.texlive.enable = true; programs.texlive.enable = true;
programs.yazi = {
enable = true;
enableBashIntegration = true;
};
programs.yt-dlp = { programs.yt-dlp = {
enable = true; enable = true;
settings = { settings = {
@@ -281,6 +286,7 @@
protonmail-bridge protonmail-bridge
thunderbird thunderbird
ueberzugpp ueberzugpp
vcv-rack
runelite runelite
]; ];