about summary refs log tree commit diff
path: root/dotfiles.nix
AgeCommit message (Collapse)AuthorFilesLines
2017-12-24 chore(dotfiles/pkgs): Remove rofi and configurationVincent Ambo1-1/+0
No longer need this with EXWM, where Helm replaces all these features.
2017-12-24 chore(dotfiles): Remove i3 configVincent Ambo1-1/+0
2017-10-21 style(all): Consistently use block/attr format & clean upVincent Ambo1-4/+4
2017-10-21 fix(dotfiles): Overwrite default NixOS fish configVincent Ambo1-1/+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 configurationVincent Ambo1-0/+1
2017-10-21 feat(dotfiles): Add rofi configurationVincent Ambo1-0/+1
2017-10-21 feat(dotfiles): Add fish-shell & tmux configurationVincent Ambo1-9/+5
2017-10-21 feat(dotfiles): Begin controlling various dotfiles from NixVincent Ambo1-0/+31
Moves my i3 configuration into a nix derivation called 'tazjins-dotfiles'. A good step towards fully declarative system configuration!