Go to file
2024-02-10 14:44:01 -06:00
.example_work_profile update work_profile README 2023-12-07 10:31:41 -06:00
.legacy_dotfiles move legacy dotfiles under .legacy_dotfiles 2023-08-04 08:49:33 -05:00
home vscode: add dev containers extension 2024-02-10 14:44:01 -06:00
hosts fixes for making xrdp work 2024-01-04 12:35:48 -06:00
modules promote nix content to top-level dir 2023-08-04 08:53:54 -05:00
overlays track nixos-unstable, update configs and overlays to match 2023-12-07 10:07:59 -06:00
pkgs promote nix content to top-level dir 2023-08-04 08:53:54 -05:00
.gitignore cli: add nodejs 2023-11-03 14:06:32 -05:00
flake.lock update flakes 2024-02-05 14:55:58 -06:00
flake.nix add host: doc 2024-01-25 16:58:06 -06:00
LICENSE add license 2023-09-24 19:37:45 -05:00
nixpkgs.nix refactor nix config based on https://github.com/Misterio77/nix-starter-configs 2023-07-26 16:46:31 -05:00
README.md update readme 2023-09-24 19:24:23 -05:00
shell.nix more packages, more modular 2023-07-28 17:15:33 -05:00

Config files

Nix

I've started the process of leveraging Nix to manage my system configurations. This repo holds files used for managing user environments with Home Manager, largely adapted from the wonderful examples at nix-starter-configs and the same author's more advanced nix-config.

The .example_work_profile directory demonstrates how I use a private repo to overlay my work-specific configurations on top of my personal ones.

I've preserved my previous configs in the .legacy_dotfiles directory, but I'm not actively maintaining them anymore.