No description
Find a file
Vincent Ambo a11aca65a5 fix: 'Manually' randomize feh wallpapers
The wallpaper folder is now in git and feh will pick any random file in
the folder that it is pointed at, leading to it constantly failing while
trying to set git objects as the wallpaper.

This uses  manual 'fd | shuf | xargs' pipeline for the same purpose.
2017-10-15 20:01:21 +02:00
.gitignore fix: Fix gitignore 2017-10-15 16:40:54 +02:00
adho-configuration.nix fix(adho): Move 'light' config to adho local 2017-10-15 20:01:07 +02:00
configuration.nix fix: 'Manually' randomize feh wallpapers 2017-10-15 20:01:21 +02:00
README.md docs: Add README 2017-10-15 16:40:28 +02:00
stallo-configuration.nix feat(stallo): Add local configuration for stallo 2017-10-15 16:37:22 +02:00

NixOS configuration

Set up the unstable channel first:

nix-channel --add http://nixos.org/channels/nixos-unstable nixos-unstable
nix-channel --update

TODO

  • place i3 (and related) configuration automatically
  • place emacs configuration automatically
  • configure channel automatically (if possible)
  • configure Rust setup