No description
Find a file
Guanran Wang b19ee82d31
nixos: source-han-{sans,serif} -> source-han-{sans,serif}-vf-otf
Steam Beta has updated embedded Chromium build to 109.0.5414.120,
now it supports rendering variable fonts.
2024-01-25 05:34:34 +08:00
.helix repo: set helix's default formatter 2023-12-27 20:02:25 +08:00
darwin treewide: sorting 2024-01-17 19:53:00 +08:00
home treewide: replace !isDarwin with isLinux 2024-01-21 16:51:26 +08:00
nixos nixos: source-han-{sans,serif} -> source-han-{sans,serif}-vf-otf 2024-01-25 05:34:34 +08:00
pkgs treewide: add update script 2024-01-17 19:53:00 +08:00
.gitattributes nixos: clash-meta-client: refactor 2023-12-31 20:29:48 +08:00
.gitignore repo: ignore .DS_Store 2023-12-18 14:11:05 +08:00
.sops.yaml treewide: sorting 2024-01-17 19:53:00 +08:00
flake.lock flake: update lock file 2024-01-16 10:02:41 +08:00
flake.nix flake: update lock file 2024-01-16 10:02:41 +08:00
LICENSE repo: add license 2024-01-20 22:26:52 +08:00
README.md fixup! treewide: sorting 2024-01-20 22:29:16 +08:00
secrets.yaml secrets: update clash/proxy-providers/efcloud 2024-01-22 18:36:09 +08:00

nix{os,-darwin} config

It just works™

Structure

 .
│   # Darwin configuration is not actively maintained and sometimes it might break.
├──  darwin
├──  nixos
│  ├──  hosts
│  ├──  modules
│  └──  profiles
│
├──  flake.nix
├──  flake.lock
│
└──  README.md

Installation:

Please don't.

NixOS:

  1. Clone this repository

    $ git clone https://github.com/Guanran928/flake.git

  2. Add your device's hardware configuration in ./flake.nix and ./nixos/hosts/<hostname>

  3. Install NixOS

    $ nixos-install --flake <this flake's directory>#<hostname>