https://github.com/c0d3h01/dotfiles
Declarative Linux Home configs for my machine with flakes, home manager
https://github.com/c0d3h01/dotfiles
dotfiles flake nixos
Last synced: 7 months ago
JSON representation
Declarative Linux Home configs for my machine with flakes, home manager
- Host: GitHub
- URL: https://github.com/c0d3h01/dotfiles
- Owner: c0d3h01
- License: mit
- Created: 2025-02-26T17:21:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-10T11:36:39.000Z (7 months ago)
- Last Synced: 2025-08-10T13:17:31.781Z (7 months ago)
- Topics: dotfiles, flake, nixos
- Language: Nix
- Homepage: https://github.com/c0d3h01/dotfiles
- Size: 64.6 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **c0d3h01's dotfiles**
## README
- These are my personal dotfiles, managed with [Nix Flakes](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake) and [Home Manager](https://nix-community.github.io/home-manager/).
[Hardware details](https://github.com/c0d3h01/dotfiles/blob/master/docs/hardware.md)
---
## Installation
### Apply Home Manager Configuration
```bash
# Run Home Manager switch configs
$ nix run github:nix-community/home-manager -- switch \
--flake 'github:c0d3h01/dotfiles#c0d3h01@nixos'
```
---
## NixOS Clean User Installation
```bash
# Partition and format disk with Disko
$ sudo nix --experimental-features "nix-command flakes" run \
github:nix-community/disko/latest -- \
--mode destroy,format,mount \
--yes-wipe-all-disks \
--flake github:c0d3h01/dotfiles#c0d3h01
# Install NixOS
$ sudo nixos-install --flake github:c0d3h01/dotfiles#c0d3h01
```