No description
Find a file
2024-08-11 18:13:36 +08:00
darwin treewide: cleanup 2024-08-02 06:17:30 +08:00
home dust: libsecret, pam, polkit, ssh, gpg 2024-08-02 06:28:17 +08:00
hosts tyo0: file structure 2024-08-11 18:13:36 +08:00
nixos nixos/mihomo: remove flyairport 2024-08-11 00:28:50 +08:00
overlays overlays: tighter scope 2024-07-31 14:46:09 +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 flake: bump 2024-08-09 23:04:04 +08:00
flake.nix flake: update lock file 2024-08-03 13:26:15 +08:00
LICENSE repo: add license 2024-01-20 22:26:52 +08:00
README.md nix-on-droid: drop 2024-07-31 12:20:10 +08:00
secrets.yaml hosts: add dust 2024-07-24 00:14:27 +08:00
treefmt.nix treewide: cleanup 2024-07-31 21:19:18 +08:00

nix{os,-darwin} 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