Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-25 | docs: Update README with setup instructions | Vincent Ambo | 1 | -7/+6 | |
2017-10-25 | feat(pkgs): Install dnsutils | Vincent Ambo | 1 | -0/+1 | |
2017-10-25 | feat(adho): Add phone-tethering network | Vincent Ambo | 1 | -0/+9 | |
2017-10-24 | feat(pkgs): Add pulseaudio-ctl | Vincent Ambo | 2 | -0/+27 | |
This is required for i3! | |||||
2017-10-23 | refactor: Enable PostgreSQL on both machines | Vincent Ambo | 2 | -3/+3 | |
2017-10-23 | fix(dotfiles/alacritty): Slightly increase font size | Vincent Ambo | 1 | -1/+1 | |
2017-10-23 | feat(stallo): Enable PostgreSQL for development | Vincent Ambo | 1 | -0/+3 | |
2017-10-22 | feat(dotfiles/fish): Add Cargo-installed tools to $PATH | Vincent Ambo | 1 | -1/+1 | |
2017-10-22 | feat(adho): Add another wifi network | Vincent Ambo | 1 | -0/+5 | |
2017-10-21 | feat(desktop): Install some more fonts | Vincent Ambo | 1 | -0/+4 | |
Adds fonts that will be useful for switching to i3status-rust and its powerline mode! | |||||
2017-10-21 | style(all): Consistently use block/attr format & clean up | Vincent Ambo | 5 | -52/+69 | |
2017-10-21 | feat(dotfiles/fish): re-enable VCS prompt colour hints | Vincent Ambo | 1 | -0/+5 | |
2017-10-21 | feat(dotfiles/fish): Alias ls to exa | Vincent Ambo | 1 | -0/+3 | |
Old habits die hard, but I really want more Rust in my userland. | |||||
2017-10-21 | fix(dotfiles): Overwrite default NixOS fish config | Vincent Ambo | 2 | -5/+1 | |
NixOS by default adds some fish-config setup that I don't think I want, but it's a bit unclear what the goal of it is. I've overwritten it now and things still work fine! | |||||
2017-10-21 | feat(dotfiles): Add alacritty configuration | Vincent Ambo | 3 | -1/+266 | |
2017-10-21 | feat(dotfiles): Add rofi configuration | Vincent Ambo | 2 | -0/+4 | |
2017-10-21 | feat(dotfiles): Add fish-shell & tmux configuration | Vincent Ambo | 3 | -9/+46 | |
2017-10-21 | feat(dotfiles): Begin controlling various dotfiles from Nix | Vincent Ambo | 5 | -2/+200 | |
Moves my i3 configuration into a nix derivation called 'tazjins-dotfiles'. A good step towards fully declarative system configuration! | |||||
2017-10-20 | feat(pkgs): Add mq-cli package | Vincent Ambo | 2 | -0/+36 | |
2017-10-20 | feat: Install iftop | Vincent Ambo | 1 | -0/+1 | |
2017-10-20 | feat(adho): Configure larger local POSIX queue sizes | Vincent Ambo | 1 | -0/+6 | |
Required for some testing at work. | |||||
2017-10-20 | fix(pkgs): Use correct IntelliJ IDEA version | Vincent Ambo | 1 | -1/+1 | |
I actually have an Ultimate license, so I should probably use that. | |||||
2017-10-20 | feat(adho): Enable bluetooth | Vincent Ambo | 1 | -0/+2 | |
2017-10-19 | feat: Install jq | Vincent Ambo | 1 | -0/+1 | |
How could I even forget about this? | |||||
2017-10-18 | feat: Install openssl | Vincent Ambo | 2 | -2/+1 | |
2017-10-18 | feat(pkgs): Add terraform-bin package | Vincent Ambo | 2 | -0/+30 | |
The source build of Terraform is currently broken in NixOS. This adds a binary package. | |||||
2017-10-18 | feat: Add myself to the 'docker' group | Vincent Ambo | 1 | -1/+1 | |
2017-10-17 | feat: Enable VirtualBox & Docker | Vincent Ambo | 1 | -4/+9 | |
2017-10-17 | feat(pkgs): Install nixops | Vincent Ambo | 1 | -0/+1 | |
2017-10-17 | feat(pkgs): Install custom kontemplate package | Vincent Ambo | 2 | -0/+23 | |
2017-10-17 | feat: Install google-cloud-sdk | Vincent Ambo | 1 | -0/+1 | |
2017-10-17 | fix(desktop): Start feh-wp.timer faster | Vincent Ambo | 1 | -1/+1 | |
2017-10-17 | fix(desktop): Bind feh-wp.timer to graphical target | Vincent Ambo | 1 | -1/+2 | |
2017-10-17 | refactor(desktop): Split out desktop configuration | Vincent Ambo | 3 | -57/+52 | |
* move desktop configuration to own nix file * remove old clone-wallpapers service * use wallpapers nix package for randomly setting wallpaper | |||||
2017-10-17 | feat(pkgs): Add 'wallpapers' derivation | Vincent Ambo | 1 | -0/+21 | |
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-16 | refactor: Move packages & wallpapers config into own nix files | Vincent Ambo | 3 | -54/+101 | |
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 | feat: Add Nix build for nixfd | Vincent Ambo | 2 | -0/+30 | |
Builds my [nixfd][] tool for searching a cached version of the Nix package list. [nixfd]: https://github.com/tazjin/nixfd | |||||
2017-10-16 | refactor: Use relative path for nixpkgs-mozilla | Vincent Ambo | 1 | -1/+1 | |
2017-10-16 | feat: Add nixpkgs-mozilla overlay | Vincent Ambo | 3 | -4/+10 | |
Imports the nixpkgs-mozilla overlay and installs stable Rust from the same channel as rustup. | |||||
2017-10-16 | feat: Numix GTK theme! | Vincent Ambo | 1 | -1/+2 | |
* Add Numix GTK theme ... though it seems like the icon theme is broken. * use stable exa | |||||
2017-10-16 | fix(compton): Set rendering backend to default 'xrender' | Vincent Ambo | 1 | -0/+1 | |
The 'glx' backend which NixOS defaults to causes strange screen redrawing issues with multiple monitors. | |||||
2017-10-16 | feat: Install exa | Vincent Ambo | 1 | -1/+1 | |
2017-10-16 | feat: Install xfce4-screenshooter | Vincent Ambo | 1 | -1/+1 | |
2017-10-16 | refactor(adho): Replace connman with nix-based wifi config | Vincent Ambo | 1 | -1/+19 | |
Now that WPA2 is broken wifi passwords aren't secret anymore, anyways ;-) | |||||
2017-10-16 | fix(adho): Use Intel video driver to fix xrandr | Vincent Ambo | 1 | -0/+1 | |
2017-10-16 | feat: Install k8s (mainly kubectl) | Vincent Ambo | 1 | -1/+1 | |
2017-10-15 | feat: Install all standard man pages | Vincent Ambo | 1 | -1/+1 | |
2017-10-15 | feat: Install tig | Vincent Ambo | 1 | -0/+1 | |
2017-10-15 | fix(stallo): Post-installatio wifi, gfx, luks fixes | Vincent Ambo | 1 | -1/+6 | |
2017-10-15 | fix: 'Manually' randomize feh wallpapers | Vincent Ambo | 1 | -2/+3 | |
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. |