Commit graph

17 commits

Author SHA1 Message Date
Vincent Ambo
202467e989 refactor: Move packages & wallpapers config into own nix files
My systems are single-user machines and the package configuration can
go in the system-wide package list in full.

This splits out the package list into a separate file and also moves
the systemd units for wallpaper setting into a separate file.
2017-10-16 22:53:49 +02:00
Vincent Ambo
aa5dcbc477 feat: Add Nix build for nixfd
Builds my [nixfd][] tool for searching a cached version of the Nix package
list.

[nixfd]: https://github.com/tazjin/nixfd
2017-10-16 22:34:44 +02:00
Vincent Ambo
0f099705f7 refactor: Use relative path for nixpkgs-mozilla 2017-10-16 21:52:09 +02:00
Vincent Ambo
7d09557096 feat: Add nixpkgs-mozilla overlay
Imports the nixpkgs-mozilla overlay and installs stable Rust from
the same channel as rustup.
2017-10-16 21:48:59 +02:00
Vincent Ambo
10d1ad9280 feat: Numix GTK theme!
* Add Numix GTK theme
  ... though it seems like the icon theme is broken.
* use stable exa
2017-10-16 20:40:41 +02:00
Vincent Ambo
bbd39eaf16 fix(compton): Set rendering backend to default 'xrender'
The 'glx' backend which NixOS defaults to causes strange screen
redrawing issues with multiple monitors.
2017-10-16 18:12:36 +02:00
Vincent Ambo
9e60dd04b3 feat: Install exa 2017-10-16 18:12:33 +02:00
Vincent Ambo
088f16bd40 feat: Install xfce4-screenshooter 2017-10-16 13:48:12 +02:00
Vincent Ambo
270ac6ee3d feat: Install k8s (mainly kubectl) 2017-10-16 02:50:01 +02:00
Vincent Ambo
96096f39f2 feat: Install all standard man pages 2017-10-15 22:13:33 +02:00
Vincent Ambo
6dc6034bc8 feat: Install tig 2017-10-15 21:38:13 +02:00
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
Vincent Ambo
f771c2a643 fix(adho): Move 'light' config to adho local 2017-10-15 20:01:07 +02:00
Vincent Ambo
28feb4bc92 fix(adho): Configure encrypted disks in local config 2017-10-15 16:42:31 +02:00
Vincent Ambo
e0c8c5c798 fix: Add a missing semicolon 2017-10-15 16:38:13 +02:00
Vincent Ambo
c4c0345d3f refactor(adho): Make connman configuration adho specific 2017-10-15 16:29:29 +02:00
Vincent Ambo
e2279e52c3 feat: Add initial NixOS configuration
Adds NixOS configuration to configure my base system with all sorts of things,
including - but not limited to - i3, emacs, FF57, connman and so on.

Not all of these things are fully configured yet (especially in the desktop
environment) but I'm hoping to get more of that done in the future.
2017-10-15 16:27:35 +02:00