mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Upgrade stratus and installer to 24.11
This commit is contained in:
parent
3d96239b5d
commit
7120414c5a
4 changed files with 6 additions and 24 deletions
|
|
@ -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; })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue