Andre 8bitbuddhist · he/him
  • 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
8bitbuddhist commented on pull request auxolotl/templates#33 2024-07-20 15:37:03 +00:00
feat: NixOS template for new users

@coded I did another pass and cleaned up the messy commits. How does this look?

8bitbuddhist pushed to new-user-templates at auxolotl/templates 2024-07-20 15:35:24 +00:00
aa3969a758 Merge branch 'main' into new-user-templates
3fda15c3f9 refactor(system): move system.stateVersion comment out of nix.* (#34)
Compare 2 commits »
8bitbuddhist pushed to new-user-templates at auxolotl/templates 2024-07-11 22:13:16 +00:00
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
Compare 13 commits »
8bitbuddhist pushed to new-user-templates at auxolotl/templates 2024-07-11 22:00:00 +00:00
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
Compare 13 commits »
8bitbuddhist pushed to new-user-templates at auxolotl/templates 2024-07-10 00:09:21 +00:00
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
Compare 14 commits »
8bitbuddhist pushed to new-user-templates at auxolotl/templates 2024-06-30 17:26:20 +00:00
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
Compare 15 commits »
8bitbuddhist commented on pull request auxolotl/templates#33 2024-06-29 17:37:24 +00:00
feat: NixOS template for new users

Rebasing is done! I clarified the scope of each commit, and filled in missing details.

8bitbuddhist pushed to new-user-templates at auxolotl/templates 2024-06-29 17:31:00 +00:00
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
Compare 15 commits »
8bitbuddhist pushed to new-user-templates at auxolotl/templates 2024-06-29 17:02:13 +00:00
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
Compare 14 commits »
8bitbuddhist commented on pull request auxolotl/templates#33 2024-06-24 18:14:58 +00:00
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…

8bitbuddhist pushed to new-user-templates at auxolotl/templates 2024-06-23 14:19:22 +00:00
286052b183 bugfix: Add splash boot parameter to template.
8bitbuddhist pushed to new-user-templates at auxolotl/templates 2024-06-22 17:39:59 +00:00
1dccfba71a chore: Simplify Nix config file in template
8bitbuddhist pushed to new-user-templates at auxolotl/templates 2024-06-22 16:50:31 +00:00
942a0e41bb bugfix: Remove lingering reference to auxlibs; Leave Totem in Gnome installs
8bitbuddhist pushed to new-user-templates at auxolotl/templates 2024-06-22 16:38:00 +00:00
94377f7487 feat: Add Lix to new user template
10b28d08e9 chore: Cleanup template readme and options
Compare 2 commits »
8bitbuddhist pushed to new-user-templates at auxolotl/templates 2024-06-22 15:48:46 +00:00
8ca6adecb4 Fix funky unicode quotes
8bitbuddhist commented on pull request auxolotl/templates#33 2024-06-16 22:06:26 +00:00
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…

8bitbuddhist pushed to new-user-templates at auxolotl/templates 2024-06-16 22:03:15 +00:00
3ea2d1bbfb chore: Remove Aux Libs input
8bitbuddhist created pull request auxolotl/templates#33 2024-06-16 18:55:29 +00:00
feat: NixOS template for new users
8bitbuddhist pushed to new-user-templates at auxolotl/templates 2024-06-16 18:54:17 +00:00
9557d65423 feat: Add Flatpak support
8bitbuddhist pushed to new-user-templates at auxolotl/templates 2024-06-16 18:32:36 +00:00
249b7d7bc0 chore: Namespacing; update top-level Readme