blob: fa364c2a9778bebf8dad74e5ef4fdadf5a85b5e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
nixos and home-manager configurations for various systems
---------------------------------------------------------
setup notes:
- secret management done outside of nix, i use [pass](https://www.passwordstore.org/)
- i use the [colemak dh](https://colemakmods.github.io/mod-dh/#qwerty-changes) keyboard layout, this is not easy to change with current modules
- [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)
* cpu: AMD Ryzen 7800X3D Super
* setup for wifi bc there is no ethernet port
* `nixos-rebuild switch ~/home#form`
- [void](/void) 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)
* prerequisites: pipewire, session manager, drivers
* `home-manager switch --impure --flake ~/home#void` (impure to pass env to [nixGL](https://github.com/nix-community/nixGL)
|