https://github.com/bottd/dotfiles
https://github.com/bottd/dotfiles
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bottd/dotfiles
- Owner: bottd
- Created: 2018-06-26T16:24:12.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-10-10T02:01:59.000Z (9 months ago)
- Last Synced: 2025-10-10T21:27:26.441Z (9 months ago)
- Language: Nix
- Size: 4.46 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My personal nix flake.
## Targets
### NixOS (Linux)
I have a configuration for my gaming desktop:
```bash
sudo nixos-rebuild switch --flake .#desktop
```
e-ink desktop using [Dasung Paperlike](https://shop.dasung.com/)
```sh
sudo nixos-rebuild switch --flake .#eink
```
my [GPD Pocket 4](https://gpd.hk/gpdpocket4):
```sh
sudo nixos-rebuild switch --flake .#pocket
```
### MacOS
My personal MacBook uses [nix-darwin](https://github.com/nix-darwin/nix-darwin):
```bash
darwin-rebuild switch --flake .#macbook
```
### Android
My
[Pixel 9 Pro Fold](https://store.google.com/us/product/pixel_9_pro_fold?hl=en-US)
uses [nixos-avf](https://github.com/nix-community/nixos-avf) on Android's Native
Linux terminal:
```bash
sudo nixos-rebuild switch --flake .#android
```
### Standalone
Standalone home-manager configuration:
```bash
home-manager switch --flake .#standalone
```