Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.36 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.36 KB

My NixOS machine as code

This repository aims to provide full declarative configurations for my machine.

⚠️ This is a work in progress. Significant architectural changes are likely to happen.

How it looks

Background

background

Browser

browser

Workspace

workspace

How to run

Requirements

  1. An ext4 root partition with label root and mountpoint on /.
  2. A vfat boot partition with label ESP and mountpoint on /boot/efi.

Additional information can be found in the storage module

Installation

You can install the environment with

$ nix-shell
$ just

Inspiration

Special thanks to the following people for being awesome:

  1. adi1090x/rofi
  2. alternateved/nixos-config
  3. jralvarezc/conf
  4. kamadorueda/machine
  5. lokesh-krishna/dotfiles
  6. theCode-Breaker/riverwm
  7. wiltaylor/dotfiles
  8. Wil T NixOS tutorials