My Home Manager configuration
Nix and Home Manager powered userspace applications
These are my personal dotfiles and userspace applications, done the Nix way. They focus on providing a baseline, reproducible environment for development and productivity.
This is still very much a WIP, but I guess repos like this are never quite done. Still, it's been my daily driver for a while and it feels solid enough.
Warning
This repository has been archived indefinitely since I decided to merge its contents into my nixos config
- Select Nerd Fonts for patched fonts with extra glyphs
- Productivity and QoL tools such as htop, mcfly, tldr, ripgrep and zoxide
- Text editors: vim, neovim, kakoune and helix Why, yes, I have been experimenting with modal editors, how could you tell?
- ZSH with oh-my-zsh plugins
- Nushell
- Starship prompt
- Download a release
- Extract to
~/.config/home-manager
- Import
customizations.nix
into yourhome.nix
- I.e. add
imports = [ ./customizations.nix ];
- Disabling modules is as easy as commenting the corresponding line out
- I.e. add
- Run
home-manager switch