Go to file
Price Hiller 6632b6add3
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
refactor(nix/hm/price): install pulseaudio
Primarily for the `pactl` utility
2024-05-27 18:10:04 +00:00
.gitea/workflows ci: rename fmt.yaml to better reflect job 2024-05-10 00:06:05 -05:00
hosts feat(nix/host/orion): enable polkit 2024-05-27 17:15:30 +00:00
lib style(nix): format with Fmt 2024-04-19 22:30:26 -05:00
overlays fix(nix): ensure agenix-plugin-yubikey gets deps 2024-05-10 02:41:46 -05:00
pkgs refactor(nix/hm): remove neovide package 2024-05-27 17:15:20 +00:00
scripts fix(nix): make install-host-script enable extra-experimental-features 2024-05-25 04:12:09 +00:00
secrets chore: rekey secrets 2024-05-25 04:12:53 +00:00
users refactor(nix/hm/price): install pulseaudio 2024-05-27 18:10:04 +00:00
.editorconfig refactor(editorconfig): require newline at end of files 2024-05-18 07:01:06 -05:00
.envrc chore(nix-hm): integrate with nixd lsp 2024-02-13 12:31:59 -06:00
.gitignore refactor: improve handling of Fmt command 2024-03-16 15:26:34 -05:00
.gitmodules refactor!: the big nix refactor 2024-05-03 14:35:00 -05:00
.stylua.toml initial commit 2022-08-01 18:42:33 -05:00
flake.lock build(nix): update flake.lock 2024-05-27 17:16:07 +00:00
flake.nix refactor(nix/hm/price): use programs.bat to configure bat 2024-05-27 17:59:14 +00:00
LICENSE chore: add LICENSE 2024-02-09 11:58:25 -06:00
README.org docs: remove incorrect usage instructions 2024-05-10 00:22:00 -05:00

Price Hiller's Dots

This is a mirror from my Git server over here.

These are my dot files. All the actual dots can be found under dots/.

I've gone pretty far to break things up and make my dots as easy as possible to install for a new system. Currently I'm rolling non-NixOS Linux, so some things are a bit weird. I set up my system using Ansible over here.

In the future I intend to move my personal computer to NixOS. In the past I was running on a Mac, so you may find some Mac specific things (especially in my zsh) config.

For the record, feel free to take what you want. I'm not worried about getting contribution for dot files. They're largely just for fun, not something important. 🙂

TODO Various Tasks to get done [1/2]

  • Clean up and better modularize the config

    • Currently a large portion of this config lives in config/default.nix which, while ok for now, will get out of hand down the road
  • Implement automation to autoformat various paths

    • Looking through the commit history I have semi-regular style commits for formatting.
    • Would be good to add a global git hook on the client side for pre push validation
    • Would also be good to get a CI runner up that validates on the server side