Things
All checks were successful
/ test (push) Successful in 27s

This commit is contained in:
Andrea Ciceri 2024-05-17 16:10:15 +02:00
parent cd9fc69f3d
commit 08d4bdc74f
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
3 changed files with 15 additions and 1 deletions

View file

@ -47,10 +47,16 @@
hunspell
python3
imagemagick
ghostscript_headless
mupdf-headless
poppler_utils
ffmpegthumbnailer
mediainfo
unzipNLS
nodejs_20
pkgs.qadwaitadecorations
pkgs.kdePackages.qtwayland
]
++ (with hunspellDicts; [
en_US-large

View file

@ -68,7 +68,7 @@
(defun ccr/reload-emacs ()
(interactive)
(load-file "~/.config/emacs/init.el"))
(load-theme 'dracula 't)
(load-theme 'catppuccin 't)
(defun ccr/nixos-rebuild ()
(interactive)
(let* ((operation (completing-read "nixos-rebuild " '("switch" "boot" "test" "dry-activate")))
@ -76,6 +76,12 @@
(async-shell-command (format "sudo nixos-rebuild --flake fleet %s --override-input ccrEmacs /home/ccr/.config/emacs -L" operation) buffer-name)))
)
(use-package doc-view
:custom
(doc-view-scale-internally nil)
(doc-view-imenu-enabled 't)
(doc-view-continuous t))
(use-package tramp
:config
;; TODO ugly `ccr' hardcoded, moreover this makes sense only when connecting to NixOS machines

View file

@ -32,6 +32,8 @@ pkgs: epkgs: let
(with epkgs.melpaPackages; [
meow
dracula-theme
nord-theme
catppuccin-theme
modus-themes
# solaire-mode
nerd-icons