No description
Find a file
2024-07-25 13:09:26 +08:00
.helix repo: set helix's default formatter 2023-12-27 20:02:25 +08:00
darwin treewide: replace builtins with lib 2024-07-21 18:09:21 +08:00
home home: add ssh 2024-07-25 13:09:21 +08:00
hosts blacksteel: fix element sso login 2024-07-25 13:09:26 +08:00
nixos hosts: add dust 2024-07-24 00:14:27 +08:00
overlays treewide: replace fetchpatch with fetchpatch2 2024-07-21 18:12:10 +08:00
pkgs home/swaylock: use upstream swaylock 2024-07-21 14:49:16 +08:00
.editorconfig repo: add editorconfig && format 2024-02-16 01:04:01 +08:00
.gitattributes nixos: clash-meta-client: refactor 2023-12-31 20:29:48 +08:00
.gitignore gitignore: ignore other result outputs 2024-07-21 15:00:52 +08:00
.sops.yaml hosts: add dust 2024-07-24 00:14:27 +08:00
.typos.toml repo/typos: update 2024-06-16 02:25:22 +08:00
flake.lock hosts: add dust 2024-07-24 00:14:27 +08:00
flake.nix hosts: add dust 2024-07-24 00:14:27 +08:00
LICENSE repo: add license 2024-01-20 22:26:52 +08:00
README.md treewide: cleanup 2024-07-20 17:04:43 +08:00
secrets.yaml hosts: add dust 2024-07-24 00:14:27 +08:00
treefmt.nix treewide: cleanup 2024-07-20 17:04:40 +08:00

nix{os,-darwin,-on-droid} config

It just works™

Structure

 .
│   # Darwin configuration is not actively maintained and sometimes it might
│   # break.
├── 󱂵 home # <-- See here for dotfiles!
├──  darwin
├──  nixos
│  ├──  modules
│  └──  profiles
│
│   # Internal packages, please see github:Guanran928/nur-packages instead
├──  pkgs
├──  hosts
├──  overlays
│
├──  flake.nix
├──  flake.lock
│
└──  README.md