No description
Find a file
2026-02-14 15:04:59 +09:00
home feat(hyprland): remove hyprexpo 2026-02-14 15:04:59 +09:00
hosts chore: add hyprland input 2026-02-14 14:45:27 +09:00
secrets chore(y2q): remove runit 2026-01-17 21:10:16 +09:00
.envrc feat: migrate command scripts to just 2026-01-11 14:24:51 +09:00
.gitattributes feat: add git-crypt 2025-12-06 21:47:22 +09:00
.gitignore Initial commit 2025-08-02 22:44:22 +09:00
.sops.yaml feat: add sops-nix 2025-08-23 21:38:58 +09:00
flake.lock chore: add hyprland input 2026-02-14 14:45:27 +09:00
flake.nix chore: add hyprland input 2026-02-14 14:45:27 +09:00
justfile refactor(just): rename deploy commands to shorter aliases 2026-01-17 12:20:21 +09:00
LICENSE chore(license): add MIT license 2025-12-27 00:11:34 +09:00
README.md refactor(just): rename deploy commands to shorter aliases 2026-01-17 12:20:21 +09:00
shell.nix chore(y2q): remove runit 2026-01-17 21:10:16 +09:00

nix-config

My personal NixOS and home-manager configurations.

Hosts

  • nixos: My main computer.
  • vps: 2GB KVM VPS server on RackNerd, installed with NixOS using nixos-infect.
  • wsl: NixOS on WSL via NixOS-WSL.
  • y2q: Spare Galaxy S20+ phone, repurposed as a Ubuntu server using chroot-distro.

Deploy

nix develop

just nixos # Rebuild and switch the current NixOS system on this host
just home # Apply Home Manager configuration for the current user
just vps # Rebuild and switch NixOS on the remote VPS