diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-03 09:03:18 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-03 09:05:49 -0500 |
| commit | 0e38d6f579fc9750021419c66f6df5ef877182ac (patch) | |
| tree | b35dea4c4397de9356e731c3a4d638191dc5502c /README.md | |
| parent | 7dc3f09899c192cc8b7b68e6a30537a2ac2bdede (diff) | |
| download | home-0e38d6f579fc9750021419c66f6df5ef877182ac.tar.gz | |
repo: cleanup to make public again
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -5,20 +5,26 @@ stefan's nix configs ### Notes -- everything uses an alternate keyboard layout -- I use the runit init system, and wrap user services using [turnstile](https://github.com/chimera-linux/turnstile) (which should in theory be session manager agnostic, but my configurations will only work for runit). +- i have some strange preferences. +- everything uses an alternate keyboard layout. +- yubikey/smartcard is a soft requirement + +> _old note on non-nixos configs_: I use the runit init system, and wrap user services using [turnstile](https://github.com/chimera-linux/turnstile) (which should in theory be session manager agnostic, but my [configurations](/void/services) will only work for runit). ### Current Systems -- [form](/form): Mini itx desktop in my dorm. (I barely use this these days) +- [form](/form): Mini itx desktop in my dorm. * os: NixOS * case: FormD T1 - * gpu: NVIDIA GeForce RTX 4080 SUPER (proprietary drivers, open-source kernel module) + * gpu: NVIDIA GeForce RTX 4080 SUPER * cpu: AMD Ryzen 7800X3D - * setup for wifi bc there is no ethernet port - * `nixos-rebuild switch ~/home#form` + * `nixos-rebuild --flake ./home#form switch` + +- [fw](/fw): Framework Laptop 13 (AMD) + * os: NixOS + * `nixos-rebuild --flake ./home#fw switch` -- [void](/void): Standalone home-manager setup used on two laptops. +- (__NOW UNUSED__) [void](/void): Standalone home-manager setup used on two laptops. * os: Void Linux * hosts: Framework Laptop 13 (AMD), 51nb x2100 * kernel: [linux-zen](https://github.com/zen-kernel/zen-kernel/releases) |