No description
Find a file
Vincent Ambo 296ae9f1fd feat(pkgs): Add 'wallpapers' derivation
Adds a derivation that fetches my wallpapers from git.

I'm getting closer to understanding "the Nix way", i.e. that maybe
thinking about stuff like this in terms of "the wallpapers should be
in my home folder" is incorrect.
2017-10-17 00:28:57 +02:00
nixpkgs-mozilla@6179dd8765 feat: Add nixpkgs-mozilla overlay 2017-10-16 21:48:59 +02:00
pkgs feat(pkgs): Add 'wallpapers' derivation 2017-10-17 00:28:57 +02:00
.gitignore fix: Fix gitignore 2017-10-15 16:40:54 +02:00
.gitmodules feat: Add nixpkgs-mozilla overlay 2017-10-16 21:48:59 +02:00
adho-configuration.nix refactor(adho): Replace connman with nix-based wifi config 2017-10-16 13:47:10 +02:00
configuration.nix refactor: Move packages & wallpapers config into own nix files 2017-10-16 22:53:49 +02:00
packages.nix refactor: Move packages & wallpapers config into own nix files 2017-10-16 22:53:49 +02:00
README.md docs: Add README 2017-10-15 16:40:28 +02:00
stallo-configuration.nix fix(stallo): Post-installatio wifi, gfx, luks fixes 2017-10-15 20:02:24 +02:00
wallpapers.nix refactor: Move packages & wallpapers config into own nix files 2017-10-16 22:53:49 +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