summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-03-15 21:56:43 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-03-15 21:56:43 +0100
commitf898815efab578d847993b3f297cff0e1f1e5698 (patch)
treeb2c151bd3791a29723773976c86fc82d05d8939f
parentc65b6b37316b97e7235468f35b54419a7fafc1b4 (diff)
downloadnixos-f898815efab578d847993b3f297cff0e1f1e5698.tar
nixos-f898815efab578d847993b3f297cff0e1f1e5698.tar.gz
nixos-f898815efab578d847993b3f297cff0e1f1e5698.tar.bz2
nixos-f898815efab578d847993b3f297cff0e1f1e5698.tar.xz
nixos-f898815efab578d847993b3f297cff0e1f1e5698.zip
gkleen@sif: ...
-rw-r--r--accounts/gkleen@sif/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 7e064e6a..a30b8201 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -120,7 +120,7 @@ in {
120 # "restart-compton" = "${pkgs.systemd}/bin/systemctl --user try-restart picom"; 120 # "restart-compton" = "${pkgs.systemd}/bin/systemctl --user try-restart picom";
121 "restart-trays" = '' 121 "restart-trays" = ''
122 ${pkgs.coreutils}/bin/sleep 5 122 ${pkgs.coreutils}/bin/sleep 5
123 ${pkgs.systemd}/bin/systemctl --user try-restart trayer xmobar 123 ${pkgs.systemd}/bin/systemctl --user try-restart taffybar
124 ''; 124 '';
125 }; 125 };
126 profiles = customUtils.nixImport { dir = ./autorandr-profiles; }; 126 profiles = customUtils.nixImport { dir = ./autorandr-profiles; };