nix begat oizys
Go to file
github-actions[bot] 4dd48af67a flake.lock: Update
Flake lock file updates:

• Updated input 'hyprland':
    'github:hyprwm/Hyprland/4f804d5f962070c531dea5025e61be8a0da8129e' (2024-01-31)
  → 'github:hyprwm/Hyprland/5d4ff60f535b65dc3db4cd0fb20e44c1f4360769' (2024-02-03)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/5ad9903c16126a7d949101687af0aa589b1d7d3d' (2024-01-31)
  → 'github:nixos/nixpkgs/79a13f1437e149dc7be2d1290c74d378dad60814' (2024-02-03)
• Updated input 'nixpkgs-wayland':
    'github:nix-community/nixpkgs-wayland/5571db30011cb2689242d7d2892b3dab9940e908' (2024-01-31)
  → 'github:nix-community/nixpkgs-wayland/ad0aca51b8ca20e5e69ce15de8dd497373484acd' (2024-02-03)
2024-02-04 01:09:42 -06:00
.github/workflows ci: update to v4 2024-02-04 01:00:38 -06:00
hosts formatting 2024-02-02 16:43:44 -06:00
lib remove dead nix with astro/deadnix 2024-01-29 10:46:56 -06:00
modules formatting 2024-02-02 16:43:44 -06:00
oizys remove level of help indentation 2024-02-02 16:44:17 -06:00
overlays use final where appropriate 2024-02-02 16:23:32 -06:00
.gitignore not initial commit 2024-01-23 11:51:13 -06:00
LICENSE add license 2024-01-24 12:42:18 -06:00
README.md fix typo from styx migration 2024-01-30 15:21:48 -06:00
flake.lock flake.lock: Update 2024-02-04 01:09:42 -06:00
flake.nix formatting 2024-02-02 16:43:44 -06:00
todo.md finish styx rename 2024-01-28 11:58:47 -06:00

README.md

oizys

nix begat oizys

This is a custom multi-host nixos flake. See below for the currently maintained hosts.

hosts

rune name system
othalan Thinkpad Carbon X1 Gen 9
algiz Vultr VPS hosting forgejo,soft-serve & gts
mannaz Custom AMD Tower with Nvidia 1050ti

oizys cli

A small helper utility that mostly just wraps nix commands for convenience.

nix run "github:daylinmorgan/oizys"
oizys <cmd> [opts]
  commands:
    dry     poor man's nix flake check
    boot    nixos-rebuild boot
    switch  nixos-rebuild switch
    cache   build and push to cachix
    build   build system flake

  options:
    -h|--help    show this help
       --host    hostname (current host)
    -f|--flake   path to flake ($FLAKE_PATH or $HOME/oizys)
    -c|--cache   name of cachix binary cache (daylin)
       --no-nom  don't use nix-output-monitor

oizys?

Oizys was birthed by the goddess Nyx/Nix and embodies suffering and misery. Which is all that awaits you if you embrace nix.


[!NOTE] I don't use home-manager to manager my shell/user configs. You can find those in my separate chezmoi-managed dotfiles repository.