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
qt5.qtwayland
glib
udiskie
];
extraSessionCommands = ''
export MOZ_ENABLE_WAYLAND=1

View File

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