fix(nixos): replace removed light option and harden char-count script

Restore flake checks by removing deprecated `programs.light` from sunken-ship and switching to brightnessctl guidance. Also clean up flake formatting and make the Raycast char-count script safer for empty input.

Made-with: Cursor
This commit is contained in:
DannyDannyDanny 2026-03-24 12:58:40 +01:00
parent befe2f8a5b
commit 463249961e
3 changed files with 10 additions and 10 deletions

View file

@ -1,8 +1,5 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
vscode-server.url = "github:nix-community/nixos-vscode-server";