This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
nix-config-tn/nixos/modules
Truxnell ab16557edf
chore: refactor home-manager (#43)
* docs: add better comments

* add deploy-rs

* wip

* hackz

* chore: make gc daily

* chore: add --fast for haxing

* fix: re-did home-manager

* hax

* hack

* fix: re-factor homemanager for garnix?

---------

Co-authored-by: Truxnell <9149206+truxnell@users.noreply.github.com>
2024-03-31 11:37:57 +11:00
..
nixos chore: refactor home-manager (#43) 2024-03-31 11:37:57 +11:00
.gitkeep feat: initial commit 2024-03-13 22:56:22 +11:00
default.nix feat: initial global profile refactor 2024-03-24 18:34:14 +11:00
README.md chore: hack hack hack 2024-03-25 16:47:43 +11:00

Modules

A set of 'custom' modules with the aim to enable easy on/off/settings to build up a system modulary to my 'specs'.

The main goal is to build up a mySystem options key which is easy to read and toggle functionality on and off.

This option key will largely be manipulated by a profile to build up a host to a base, then toggle specific options from there.

I will try and only do modules for things I want to be able to configure, and just use nixos config directly for some simple static things.