all repos — archive/dotfiles @ 1899ee2402cb3d9e816af5b5597c4611dc77684f

Superseded by nixfiles

i3: Use i3status from current-system

It's not feasible to use the nix derivation dependency, because the i3
config file is not generated by NixOS, so use the current system
version instead.  This means that it needs to be added to systemPackages.
Alan Pearce alan@alanpearce.eu
Sat, 26 Aug 2017 16:51:25 +0200
commit

1899ee2402cb3d9e816af5b5597c4611dc77684f

parent

1e0e3d3069b75389773895b9a0f8ed0282fa124a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M i3/.config/i3/configi3/.config/i3/config
@@ -191,7 +191,7 @@ # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available)
 bar {
   position top
-  status_command /nix/store/3pwsp50dpzhs4myp1jm21w9gqw5wi8la-i3status-2.11/bin/i3status -c ~/.config/i3status/config
+  status_command /run/current-system/sw/bin/i3status -c ~/.config/i3status/config
   colors {
     background $base00
     separator  $base03