Find a file
2023-03-04 08:32:24 -08:00
.github/workflows Added pre-commit config 2022-09-18 22:28:50 -07:00
common Added context to comman 2022-10-02 09:48:35 -07:00
systems/x86_64-linux refactor: reorganized systems 2023-03-04 08:32:24 -08:00
users/alejandro Removed duplicates from plugins list 2023-02-13 18:05:02 -08:00
.gitignore Added nix config 2022-09-18 12:42:30 -07:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2022-12-12 16:34:09 +00:00
apply-system.sh Added steam 2022-09-18 14:34:41 -07:00
apply-users.sh Added p10k config 2022-09-18 15:10:36 -07:00
flake.lock Updated lockfile 2023-02-13 18:09:50 -08:00
flake.nix Removed slippi 2022-12-29 18:13:43 -08:00
README.md Added README 2022-09-18 22:47:57 -07:00
update.sh Added nix config 2022-09-18 12:42:30 -07:00

dotfiles

In the prcess of moving system setup/configration to nix. Still getting the hang of nix so there may be some things I'm ding that aren't "the nix way."

Usage

Clone this repo to ~/dotfiles (scripts depend on the repo living in this location but should be updated to not rely on a specific path).

Run apply-system.sh to apply the NixOS configuration and apply-users.sh to apply the home-manager configuration.

NOTE apply-system.sh depends on the machine's host name matching one of the configuration names in flake.nix.

Run update.sh to (you guessed it) update packages.

Development

Set up direnv (should be available after applying the user configuration):

echo 'use flake' > .envrc

And setup pre-commit hooks (manual step for now but can probably be automated with some dev shell wizardry):

pre-commit install