No description
Find a file
2024-08-16 16:49:03 +08:00
darwin treewide: cleanup 2024-08-02 06:17:30 +08:00
home dust/sway: disable xwayland 2024-08-15 23:33:15 +08:00
hosts fixup! blacksteel: file structure 2024-08-16 16:49:03 +08:00
nixos flake: bump 2024-08-14 17:06:01 +08:00
overlays overlays: tighter scope 2024-07-31 14:46:09 +08:00
pkgs dust: drop lofi script 2024-08-15 22:27:03 +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-14 17:06:01 +08:00
flake.nix flake: bump 2024-08-14 17:06:01 +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 hosts: lightsail-tokyo -> tyo0 2024-08-12 14:30:33 +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