Compare commits

...

2 Commits

Author SHA1 Message Date
94e74ffd8a packages: rename deprecated xorg.libXdamage to libxdamage
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m25s
Periodic flake update / flake-update (push) Successful in 2m30s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 10:04:44 +01:00
8ba98bd9f1 magicman: switch wifi backend from wpa_supplicant to iwd
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 10:02:16 +01:00
3 changed files with 4 additions and 3 deletions

View File

@@ -24,8 +24,8 @@ nix build .#nixosConfigurations.magicman.config.system.build.toplevel
nix develop
```
If config clearly only affects one host, bulding for just the relevant host is enough.
Otherwise, build both.
If config clearly only affects one host, building for just the relevant host is enough.
Otherwise, build both. **Always ask before building gunter** — it takes a long time.
If moving things around, you can use `nix eval` before and after changes to check that things remain the same.
```

View File

@@ -115,7 +115,7 @@ in
(lutris.override {
extraLibraries = pkgs: [
nspr
xorg.libXdamage
libxdamage
];
})
];

View File

@@ -28,6 +28,7 @@
# Networking stuff
networking.hostName = "magicman"; # Define your hostname.
networking.networkmanager.wifi.backend = "iwd";
hardware = {
enableRedistributableFirmware = true;