No description
Find a file
2024-01-31 12:51:29 +08:00
.helix repo: set helix's default formatter 2023-12-27 20:02:25 +08:00
darwin treewide: modules: simplify 2024-01-29 08:26:32 +08:00
home home: picom: use picom-ft-labs 2024-01-30 14:17:14 +08:00
nixos secrets: remove clash/proxy-providers/efcloud 2024-01-31 12:51:29 +08:00
pkgs picom-ft-labs: init at unstable-2024-01-22 2024-01-30 14:17:12 +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 secrets: fix warning 2024-01-28 06:40:56 +08:00
flake.lock flake: update lock file 2024-01-30 07:30:51 +08:00
flake.nix flake: update lock file 2024-01-30 07:30:51 +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: remove clash/proxy-providers/efcloud 2024-01-31 12:51:29 +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>