my dotfiles
Find a file
2023-04-17 00:14:57 +07:00
home nvim: hopefully fix weird tab behavior 2023-04-17 00:14:57 +07:00
system move impermanence to separate module; add C-X nvim binding 2023-04-16 23:59:24 +07:00
.gitignore rofi, osu-lazer-bin, etc 2023-02-20 00:49:39 +07:00
COPYING add system76 scheduler+other system config changes 2023-01-24 15:42:51 +07:00
overlays.nix XDG_CONFIG_HOME/nixpkgs->XDG_CONFIG_HOME/home-manager 2023-04-10 19:15:34 +07:00
push.sh add readme, calendar, etc 2023-02-21 05:20:19 +07:00
README.md XDG_CONFIG_HOME/nixpkgs->XDG_CONFIG_HOME/home-manager 2023-04-10 19:15:34 +07:00
update.sh XDG_CONFIG_HOME/nixpkgs->XDG_CONFIG_HOME/home-manager 2023-04-10 19:15:34 +07:00

My Nix config

To install, put system to /etc/nixos, put home to ~/.config/home-manager (and overlays.nix to ~/.config/nixpkgs)

The reason they are separate is because I want to be able to iterate home config quickly, and nixos-rebuild'ing the entire sytem for every little change is pretty annoying (not to mention the necessity of sudo). I'll probably merge them later, especially after Tvix becomes feature-complete.