Commit graph

18 commits

Author SHA1 Message Date
582f93d9ed
Restructure modules/shared and update all imports
- Delete 2024-12-rework/ folder
- Rename modules/hosts/common to modules/shared, then split into:
  - modules/shared/home/general
  - modules/shared/home/linux
  - modules/shared/nixos
- Update all import paths throughout the codebase
- Update lib/*.nix to use new paths
- Fix hardcoded /Users/${username} to use config.home.homeDirectory
- Update README and examples/flake-structure.nix
2026-03-22 18:32:08 -04:00
6cf3abd807
Replace system with stdenv.hostPlatform.system
The guide I followed for nix-auth used an outdated variable
name... fixing.
2026-01-20 10:50:54 -05:00
a69f2fad3a
Update where esptool is installed 2026-01-20 10:30:46 -05:00
55b11aa36d
Added nix-auth
https://github.com/numtide/nix-auth - this is slick!
2026-01-10 13:45:07 -05:00
8821ec3369
Upgrade to Nix 25.11 2025-12-01 11:49:00 -05:00
2ebacb04c1
Add nh
https://github.com/nix-community/nh
2025-08-20 11:25:48 -04:00
eac4008326
Add Zellij everywhere, but don't automatically use 2025-08-19 08:47:54 -04:00
f38cd3f10b
Add btop 2025-08-19 08:44:08 -04:00
4696a87825 Upgrading to 25.05 2025-06-11 22:14:36 -04:00
efa55e8a61
Add a couple of packages I learned about at Planet Nix / SCaLE 22x 2025-03-13 15:48:34 -04:00
5891d4bf0c
Don't whack the qa branch if it exists 2025-02-21 10:28:49 -05:00
d7d6c240b8 Revert "Disable oh-my-zsh"
This reverts commit aa619622a9 as it turns out I do use a bunch of the shell aliases from it.
2025-01-10 15:25:31 -05:00
aa619622a9 Disable oh-my-zsh
I don't think I really need it any more as a result of what I get from nix + oh-my-posh
2025-01-10 15:16:20 -05:00
e852cc501c Make sure all custom zsh functions start with function 2025-01-10 15:15:37 -05:00
66ee3a3f67 Switch back to my theme now that I fixed the template 2025-01-10 15:14:18 -05:00
4a1c27cee7 Switching to a built-in theme for a little bit
This is to see if some issues I have been seeing in my terminal are
related to oh-my-posh or to a bug in my custom theme. As a bonus, it is
a good excuse to checkout ways I might want to make my theme better, or
give me ideas for an alternate custom theme.
2025-01-07 14:00:04 -05:00
7695adc997 Add tool named tldr 2024-12-23 10:35:34 -05:00
f95cc09e13 Restructure Darwin configuration
So far, this is just based on mightymac. The other devices will be
updated soon.
2024-12-07 23:18:12 -05:00
Renamed from modules/home-manager/common/all-cli.nix (Browse further)