Commit graph

5 commits

Author SHA1 Message Date
852fe09471 Update fish home module to user user config, and enable shell
The 'user' config was only used by this fish module, and became silly
as soon as I had to duplicate it to the git module. Instead I set it
once in the home config and reference it.

In addition this change includes enabling the fish shell. This makes it
possible to do things like set session variables, which I'll do in the
next commit.
2025-07-21 18:48:11 +00:00
6bdcc2ccfe Create an option for defining the user in home-manager modules
This will replace existing per-module user configuration.

Or, rather, it already did for git.
2025-07-21 18:47:29 +00:00
6dc2fc4e44 Add git home module
Allows me to avoid configuring my name any time I want to use git
2025-07-21 18:47:02 +00:00
b6fa29e631 Alphabetize the arguments to fish
The power of OCD compels you
2025-07-17 17:08:06 +00:00
c022445849 Add more complex user setup for eliribble
Includes fish functions and neovim via nix
2025-07-16 15:19:35 -07:00