No description
Find a file
2023-12-15 22:24:46 +08:00
darwin darwin: tdesktop: homebrew cask -> nixpkgs package 2023-12-13 19:10:23 +08:00
nixos home: neovim: add my neovim configuration 2023-12-13 18:21:44 +08:00
pkgs metacubexd: init at 1.134.0 2023-12-13 18:21:45 +08:00
users/guanranwang home: mpv: minor adjustments 2023-12-15 22:24:46 +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 metacubexd: init at 1.134.0 2023-12-13 18:21:45 +08:00
flake.nix metacubexd: init at 1.134.0 2023-12-13 18:21:45 +08:00
README.md nixos: remove ./flake-modules 2023-12-13 13:59:13 +08:00

nix{os,-darwin} config

It just works™

Infomation

  • Flakes: Yes
  • Home Manager: Yes

Machine-specific (Aristotle)

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

User-specific (me)

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

Structure

 .
│   ### System configuration
├──  darwin
├──  nixos
│  ├──  hardware
│  ├──  modules
│  └──  profiles
│
│   ### User configuration
│   # Adds user account, home-manager stuff, etc.
│   # Do whatever you want here.
├──  users
│  ├──  guanranwang
│  ├──  foo
│  └──  bar
│
├──  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 `./ (nixos/darwin) /hardware` and `./flake.nix`
Install NixOS
`$ nixos-install --flake <this flake's directory>#<hostname>`