Commit graph

8 commits

Author SHA1 Message Date
13b79063f8
Flake, flake-part+easy-host, remove unused inputs
IF YOU ARE NOT ME: I would not use this configuration. In the past I
would feel confident telling you to drop in your own host and be off to
the races, but right now users are in a state which required hard coding
some of my nominal preferences. Read on for more specifics

Completely refactors the flake.nix part of the repo. This removes my
strange legacy code for directory-based hosts+users in favor of using
easy-host and flake-parts.

As a result of this some specialArgs were lost, namely the list of users
and the username being passed. I think this is the right way to go in
the short term, but it has lead to some hardcoded values. Namely "pan"
is created as a user regardless of configuration

In tandem with this is the deprecation of some modules which had inputs
in flake which I wasn't using. I'm sure there is a better way to do
this, but I didn't like downloading and caching them every time when I
knew I wasn't using them.

I'm currently very unhappy with the users part of this change, but that
wasn't the goal of this branch. I will revisit in a larger commit.
2025-11-19 09:36:27 -08:00
0ce82962bb
OSAuto, add extraPkgs option to OS 2025-09-15 10:38:44 -07:00
42e9842061
Os, remove nnn from automatic apps
I'm in love with lf now. But my divorce has made me see that I do not in
fact need a terminal file browser as an automatic app. If anything is
getting added it's zoxide
2025-03-18 14:45:55 -07:00
7c5bbbe9f4
Users, add juri and update automatic start version 2025-03-12 22:30:33 -07:00
37b29f9a08
Flake update 2025-01-14 2025-01-14 13:29:17 -08:00
0f7638ad40
OS, add Non-EFI Support 2024-12-24 17:06:05 -08:00
1f59950af8
OSAuto, remove autoUpgrade and Broken XDG Stuff 2024-11-29 02:09:23 -08:00
525f68172b
Services, refactor, clean up, service to automatic
Move service to automatic since it has a separate purpose.

Refactor the default.nix code to include service.nix files so it is
easier to extend code.
2024-11-29 02:09:23 -08:00
Renamed from nixosModules/services/system/default.nix (Browse further)