Upgrade stratus and installer to 24.11

This commit is contained in:
SebastianStork 2024-12-09 20:38:15 +01:00
parent 3d96239b5d
commit 7120414c5a
4 changed files with 6 additions and 24 deletions

View file

@ -14,7 +14,8 @@
allowImages = false;
};
systemd.user.services.cliphist.Service.ExecStartPre = "${lib.getExe config.services.cliphist.package} wipe";
systemd.user.services.cliphist.Service.ExecStartPre =
"${lib.getExe config.services.cliphist.package} wipe";
home.packages = [
(wrappers.rofi { inherit (config.myConfig.de) theme; })