- Tampa Bay, FL
- https://aires.fyi/blog/
-
Technical marketer, software developer, writer, and open source advocate specializing in Kubernetes and Linux.
- Joined on
2024-06-08
feat: NixOS template for new users
@coded I did another pass and cleaned up the messy commits. How does this look?
aa3969a758
Merge branch 'main' into new-user-templates
3fda15c3f9
refactor(system): move system.stateVersion comment out of nix.* (#34)
3b0a0ef579
refactor(system): fix conflicts between desktop environment login managers
934ad9f7d7
fix(system): fix aux.system.ui.desktops namespacing in desktop and flatpak modules
491bd8a838
fix(system): add initrd settings for tpm2
62041695e6
chore(system): update video driver syntax to match upstream
a83275e048
refactor(system): simplify Nix config file
8d2062bd74
refactor(system): fix conflicts between desktop environment login managers
eb62349d7b
fix(system): fix aux.system.ui.desktops namespacing in desktop and flatpak modules
99d245bbe0
fix(system): add initrd settings for tpm2
8c6ece4339
chore(system): update video driver syntax to match upstream
93eda2d39c
refactor(system): simplify Nix config file
33efba78de
refactor(system): fix conflicts between desktop environment login managers
1ff80eed70
fix(system): fix aux.system.ui.desktops namespacing in desktop and flatpak modules
e11982a0ac
fix(system): add initrd settings for tpm2
ae5c57087b
chore(system): update video driver syntax to match upstream
a5ba014019
refactor(system): simplify Nix config file
2ad4895454
refactor(system): fix conflicts between desktop environment login managers
12fe9fd0b9
fix(system): fix aux.system.ui.desktops namespacing in desktop and flatpak modules
f77c7ca594
fix(system): add initrd settings for tpm2
09d5cd2c8a
chore(system): update video driver syntax to match upstream
786dd6a991
refactor(system): simplify Nix config file
feat: NixOS template for new users
Rebasing is done! I clarified the scope of each commit, and filled in missing details.
c525e75d93
refactor(system): fix conflicts between desktop environment login managers
ed4bb7ca6a
fix(system): fix aux.system.ui.desktops namespacing in desktop and flatpak modules
09f337db4d
fix(system): add initrd settings for tpm2
9c4f991b1b
chore(system): update video driver syntax to match upstream
ef27c8cd93
refactor(system): simplify Nix config file
4eb943d047
refactor(system): fix conflicts between desktop environment login managers
64b2ff8d77
fix(system): fix namespacing in various modules
dd04cac4ba
fix(system): add initrd settings for tpm2
08ae068c37
chore: update video driver syntax to match upstream
73e33a1d95
chore: Simplify Nix config file in template
feat: NixOS template for new users
Also: please read up on conventional commits: it seems that you're using nonstandard things (e.g. bugfix rather than fix) and have missed stuff on some commits. If you can rebase this before…
94377f7487
feat: Add Lix to new user template
10b28d08e9
chore: Cleanup template readme and options
feat: NixOS template for new users
Neat! I would mention that it is worth being extremely cautious introducing options, especially under the
aux
namespace. These are probably fine, but it is worth considering how things may…
feat: NixOS template for new users