Find a file
Alejandro Angulo ea351a8a38
Packaged teslamate
- Need to provide RELEASE_COOKIE environment variable when running the
  app (https://github.com/NixOS/nixpkgs/issues/166229)

- Deploy script has an output directory hardcoded that doesn't play nice
  with nix. I made change and generated a patch file with `git diff` in
  my local copy of the repo. I also had to make sure to change the
  filepaths in the patchfile to remove the `assets/` prefix. The
  contents of the this directory must be moved to `priv/static/assets`.

- Have to manually install the phoenix node dependencies (these aren't
  fetched from npm, but from the repo itself).
2023-12-17 17:32:49 -08:00
modules/nixos Made firefox the default browser 2023-12-06 19:27:47 -08:00
packages Packaged teslamate 2023-12-17 17:32:49 -08:00
secrets Added mosquitto as mqtt broker 2023-11-26 18:41:45 -08:00
systems Replaced grub with systemd-boot 2023-12-10 15:27:14 -08:00
.gitignore wip 2023-03-12 11:14:43 -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 2023-12-10 15:24:31 -08:00
flake.nix Upgraded snowfall lib 2023-10-18 17:27:39 -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