Compare commits

...

2 Commits

Author SHA1 Message Date
59358de472 Perform AOT compilation of Emacs during upgrade 2026-01-12 17:04:44 +01:00
d7b0a7689b Add package to automount removable media 2026-01-12 16:51:16 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ with pkgs;
kitty kitty
qt5.qtwayland qt5.qtwayland
glib glib
udiskie
]; ];
extraSessionCommands = '' extraSessionCommands = ''
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1

View File

@@ -22,7 +22,7 @@ in
coreutils coreutils
]; ];
script = '' script = ''
/home/coolneng/.emacs.d/bin/doom -! upgrade /home/coolneng/.emacs.d/bin/doom -! upgrade --aot
''; '';
serviceConfig.Type = "oneshot"; serviceConfig.Type = "oneshot";
startAt = "22:00:00"; startAt = "22:00:00";