Skip to content

Instantly share code, notes, and snippets.

@NWuensche
Created September 9, 2017 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NWuensche/b86154f523e901c6c40450142dd368b0 to your computer and use it in GitHub Desktop.
Save NWuensche/b86154f523e901c6c40450142dd368b0 to your computer and use it in GitHub Desktop.
windowManager.i3.configFile = let original = builtins.readFile /home/nwuensche/.i3/config; wallpaper = pkgs.fetchurl {
url = "https://i.pinimg.com/originals/02/fd/92/02fd92edf03b167382be63790ada0d20.jpg";
sha256 = "1xbmqmm0clnfialj5f8w1g85ivdszr1ih40qxpfrj1nn0rkl9pv3";
}; fehSnippet = "exec_always --no-background-id ${pkgs.feh}/bin/feh --bg-scale ${wallpaper}; in pkgs.writeText "config" (original + fehSnippet);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment