fix(theme): tmux them
This commit is contained in:
parent
5e5ba5a5da
commit
9bb85991e7
3 changed files with 8 additions and 18 deletions
|
|
@ -71,18 +71,6 @@
|
|||
Install.WantedBy = [ "timers.target" ];
|
||||
};
|
||||
|
||||
systemd.user.services.theme-apply = lib.mkIf hostConfig.isLinux {
|
||||
Unit = {
|
||||
Description = "Apply theme on login";
|
||||
After = [ "graphical-session.target" ];
|
||||
};
|
||||
Service = {
|
||||
Type = "oneshot";
|
||||
ExecStart = "${pkgs.bash}/bin/bash -lc '${config.home.homeDirectory}/.config/nix/scripts/theme ${config.theme}'";
|
||||
};
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
|
||||
systemd.user.services.cliphist-wipe = lib.mkIf hostConfig.isLinux {
|
||||
Unit.Description = "Clear clipboard history on session end";
|
||||
Service = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue