https://github.com/ozwaldorf/flake
my flake for everything
https://github.com/ozwaldorf/flake
dotfiles linux manjaro open-source rice
Last synced: 6 months ago
JSON representation
my flake for everything
- Host: GitHub
- URL: https://github.com/ozwaldorf/flake
- Owner: ozwaldorf
- License: mit
- Created: 2022-06-07T02:37:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-09T13:48:01.000Z (7 months ago)
- Last Synced: 2025-09-09T16:41:26.084Z (7 months ago)
- Topics: dotfiles, linux, manjaro, open-source, rice
- Language: JavaScript
- Homepage:
- Size: 201 MB
- Stars: 49
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ozwaldorf's flake
## Overview
```
├── home : Home manager configuration
├── pkgs : Custom package overlay
└── system : System configurations
```
## Usage
Install the system and reboot (x86_64-linux):
```sh
git clone https://github.com/ozwaldorf/flake && cd flake
# copy your hardware config in
cp /etc/nixos/hardware-configuration.nix system
# build and reboot
sudo nixos-rebuild switch --upgrade-all --flake . && reboot
```
Run standalone neovim:
```sh
nix run github:ozwaldorf/flake\#neovim
```
Dev environment:
```sh
nix run github:ozwaldorf/flake
```
## Cache
Binary caches are provided via https://garnix.io