Unified nix configuration.
Find a file
Fabian Montero b8c336608a
flake.lock: Update
Flake lock file updates:

• Updated input 'nur':
    'github:nix-community/NUR/bf9740bcab46c4546d0587abd432a3fc63b7731c?narHash=sha256-n4W9L7uIKoeZ5m6woFdpKejGITjewmswZSyKzjdmGQo%3D' (2026-03-08)
  → 'github:nix-community/NUR/6d9dbcbc33f9bfbcaf72840023afe48a65386398?narHash=sha256-DTxdvGBSp9gKNbvTk46u7X4fAJ7gCAUbl/nWkOs0uJU%3D' (2026-03-08)
• Updated input 'trivionomicon':
    'path:./trivionomicon'
  → 'path:./trivionomicon'
2026-03-08 10:54:14 -06:00
home home/defaultDesktopPack: add ai module 2026-03-08 10:53:16 -06:00
pkgs modules: add ai module which has claude code in it 2026-02-27 13:00:34 -06:00
sys android support: update udev rules management 2026-03-02 13:38:57 -06:00
trivionomicon trivionomicon/waybar: make waybar solid black instead of transparent 2026-03-08 10:35:10 -06:00
.gitignore update gitignore 2024-09-08 14:52:31 -06:00
CLAUDE.md yeah i use some ai lol, sorry 2026-03-02 20:35:36 -06:00
COPYING add license 2024-11-20 18:46:38 -06:00
flake.lock flake.lock: Update 2026-03-08 10:54:14 -06:00
flake.nix flake: update to 25.11 2026-02-10 23:54:24 -06:00
README.md README: add updating homepage instructions 2025-09-16 12:20:22 -06:00

Nix configuration

Updating

Update flake

nix flake update --commit-lock-file

Switch current machine

sudo nixos-rebuild switch --flake . --show-trace

Switch current home manager

home-manager switch --flake . --show-trace

Switch server

nixos-rebuild switch --target-host root@posixlycorrect.com --use-substitutes --show-trace --flake .\#vps

Update homepage

nix flake update --commit-lock-file homepage

Cleanup

Collect garbage (run with sudo to collect root garbage)

nix-collect-garbage -d

Submodule management

Trivionomicon

git subtree push --prefix=trivionomicon forgejo@git.posixlycorrect.com:deepState/trivionomicon.git master
git subtree pull --prefix=trivionomicon forgejo@git.posixlycorrect.com:deepState/trivionomicon.git master

About

This is a unification of my old configs, which had a combined 506 commits.