Find a file
2024-10-05 20:47:57 -07:00
.gitea/workflows Added demo workflow 2024-09-28 23:30:46 -07:00
homes Moved spotifyd config to user-level 2024-09-07 20:57:15 -07:00
modules Added tmux pain-control plugin 2024-10-05 20:47:57 -07:00
overlays/neovim Updated to use nixvim config 2024-06-01 00:30:09 -07:00
packages Added catppuccin themes to gitea 2024-08-16 22:34:35 -07:00
secrets Configured gitea CI runner 2024-09-28 23:19:43 -07:00
systems Configured gitea CI runner 2024-09-28 23:19:43 -07:00
.gitignore Ignored tmp directory 2024-08-31 09:04:56 -07:00
.nixd.json Added nixd 2023-07-21 20:51:30 -07:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2022-12-12 16:34:09 +00:00
flake.lock Updated lockfile 2024-10-05 20:47:49 -07:00
flake.nix Added android-studio module 2024-09-17 17:32:27 -07:00
README.md Added inspiration section 2023-04-02 17:03:54 -07:00

dotfiles

My nix configuration. The name of this repo is a bit of a misnormer since I'm no longer managing dotfiles with a tool like stow.

Usage

To apply a system configuration, run nixos-rebuild switch. See nixos-rebuild --help for more information.

Development

Set up direnv

echo 'use flake' > .envrc && direnv allow

And setup pre-commit hooks

pre-commit install

Inspiration

Heavily inspired by Jake Hamilton's configuration: https://github.com/jakehamilton/config

Check out the companion flake tour video as well: https://www.youtube.com/watch?v=ARjAsEJ9WVY