mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
[SUMIREKO] Make sumireko bearable.
This commit is contained in:
parent
2be79777a5
commit
d2d403fef8
20 changed files with 359 additions and 67 deletions
|
|
@ -1,4 +1,6 @@
|
|||
{ config, ... }: {
|
||||
{ config, lib, ... }: let
|
||||
inherit (lib.modules) mkIf;
|
||||
in mkIf (config.programs.waybar.enable) {
|
||||
systemd.user.services.waybar.Unit.X-Restart-Triggers = [
|
||||
(builtins.toString config.programs.waybar.style)
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue