No description
  • Nix 99.8%
  • Shell 0.2%
Find a file
2026-08-29 03:01:13 +10:00
.devenv checkpoint 2026-05-18 20:48:06 +10:00
backgrounds feat: pc setup 2025-05-26 20:11:21 +10:00
devshells/rust chore(flake): drop darwin targets, pin steel nixpkgs, and update inputs 2026-08-28 14:57:18 +10:00
flakes checkpoint 2026-05-18 20:48:06 +10:00
home feat(helix): add the hek tree-sitter grammar and queries 2026-08-29 03:01:13 +10:00
patches Update hermes matrix voice patch and drop stale patches 2026-08-04 00:52:31 +10:00
pkgs feat: update a whole bunch of stuff 2025-11-21 17:44:49 +11:00
secrets Build hermes-agent from patched source, update flake inputs 2026-06-20 17:53:38 +10:00
system chore(kde): replace cryfs with gocryptfs 2026-08-28 14:57:34 +10:00
.gitignore checkpoint 2026-05-18 20:48:06 +10:00
flake.lock feat(helix): add the hek tree-sitter grammar and queries 2026-08-29 03:01:13 +10:00
flake.nix feat(helix): add the hek tree-sitter grammar and queries 2026-08-29 03:01:13 +10:00
README.md chore: initial commit 2023-02-21 00:17:25 +10:30
update-home.sh chore: updates idk 2025-03-04 19:12:56 +08:00
update-system.sh chore: updates idk 2025-03-04 19:12:56 +08:00

NixOS Configuration

To install, clone the repo and run the update-system.sh script

$ git clone git@github.com:tqwewe/config.git && cd ./config
$ ./update-system.sh

Next, initialiaze home manager

$ nix build --no-link .#homeConfigurations.ari@ari.activationPackage
$ "$(nix path-info .#homeConfigurations.ari@ari.activationPackage)"/activate
$ ./update-home.sh

The ./update-system.sh and ./update-home.sh scripts can be run when the config is updated.

This project was inspired by the minimal starter config at https://github.com/Misterio77/nix-starter-configs.