No description
Find a file
2023-11-03 22:52:18 +08:00
darwin Merge branch 'master' of https://github.com/Guanran928/flake 2023-10-15 14:24:40 +08:00
flakes disko: secure /boot 2023-10-18 17:42:59 +08:00
machines flake: remove iMac-NixOS 2023-10-27 00:13:44 +08:00
nixos overlays: patch ydict 2023-11-03 22:52:18 +08:00
users/guanranwang home: modify waybar config 2023-11-03 22:44:19 +08:00
.gitattributes secrets: add clear text differ to git 2023-09-23 07:28:05 +08:00
.sops.yaml initial commit 2023-09-19 08:17:43 +08:00
flake.lock flake.lock: Update 2023-10-31 16:57:22 +08:00
flake.nix flake: remove iMac-NixOS 2023-10-27 00:13:44 +08:00
README.md readme: add proper readme 2023-10-31 17:19:51 +08:00

nix{os,-darwin} config

It just works™

Infomation

  • Flakes: Yes
  • Home Manager: Yes

Machine-specific

  • File system: Btrfs
  • System encryption: Yes (LUKS)

User-specific

  • Secrets: sops-nix
  • Display server: Wayland
  • Desktop-environment: Sway

Structure

 .
├──  darwin                          # System configuration
├──  nixos
│
├──  flakes                          # Import-able Flakes
│  ├──  darwin
│  └──  nixos
│
├──  machines                        # Hardware configuration
│  ├──  darwin
│  └──  nixos
│     ├──  81fw-lenovo-legion-y7000  ### Model
│     │  ├──  hardware.nix           #### Model-specific hardware configuration
│     │  └──  machine-1              #### Machine-specific hardware configuration
│     │
│     └───  hardware                 ### Reusable hardware configuration
│        ├──  cpu
│        ├──  gpu
│        └──  ...
│
├──  users
│  └──  guanranwang                  ## Your user
│     │
│     ├──  darwin                    ### (User-specific) System configuration
│     ├──  nixos
│     │
│     ├──  home-manager              ### (User-specific) Home Manager configuration
│     │  ├──  darwin
│     │  └──  nixos
│     │
│     └──  secrets                   ### User's secrets managed through sops-nix
│
├──  flake.nix
├──  flake.lock
│
└──  README.md

Installation:

Please don't.

Clone this repository
`$ git clone https://github.com/Guanran928/flake.git`
Add your device's hardware configuration in `./machines` and `./flake.nix`
Install NixOS
`$ nixos-install --flake <this flake's directory>#<hostname>`