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

• Updated input 'hyprland':
    'github:hyprwm/Hyprland/5d4ff60f535b65dc3db4cd0fb20e44c1f4360769' (2024-02-03)
  → 'github:hyprwm/Hyprland/e4bb5fa4af1a6c36aab1c28651b5403dc4952f93' (2024-02-10)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/79a13f1437e149dc7be2d1290c74d378dad60814' (2024-02-03)
  → 'github:nixos/nixpkgs/442d407992384ed9c0e6d352de75b69079904e4e' (2024-02-09)
• Updated input 'nixpkgs-wayland':
    'github:nix-community/nixpkgs-wayland/ad0aca51b8ca20e5e69ce15de8dd497373484acd' (2024-02-03)
  → 'github:nix-community/nixpkgs-wayland/08e7225b6fb9aa42be1bef2dff6477a240f1ac2e' (2024-02-10)
• Updated input 'nixpkgs-wayland/lib-aggregate':
    'github:nix-community/lib-aggregate/9842effaf0eb61c8bca645a5da7230392d76fe1d' (2024-01-28)
  → 'github:nix-community/lib-aggregate/83a014ca34f5cf6ef441b760e12d503856f20b35' (2024-02-04)
• Updated input 'nixpkgs-wayland/lib-aggregate/nixpkgs-lib':
    'github:nix-community/nixpkgs.lib/4833b4eb30dfe3abad5a21775bc5460322c8d337' (2024-01-28)
  → 'github:nix-community/nixpkgs.lib/948ff77600f9fff8c904d1e1ffb87a60773991af' (2024-02-04)
2024-02-10 19:02:18 -06:00
.github/workflows ci: update to v4 2024-02-04 01:00:38 -06:00
hosts put newline somewhere else 2024-02-08 12:43:28 -06:00
lib put newline somewhere else 2024-02-08 12:43:28 -06:00
modules add back guest additions cd to virtualbox 2024-02-08 12:40:56 -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-10 19:02:18 -06:00
flake.nix add consistent `buildHosts` function 2024-02-06 09:51:21 -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.