Skip to content

My NixOS configs

Notifications You must be signed in to change notification settings

arjav0703/lonely-burrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

21108c8 · · Jul 25, 2025

History

93 Commits
May 23, 2025
Jul 25, 2025
May 5, 2025
Jul 18, 2025
May 18, 2025
May 18, 2025

Repository files navigation

Lonely-Burrow

This repo contains the system config for my Primary Computer.

Usage

Clone this repo and run the following on your terminal

  1. Run:

    cd lonely-burrow
    mkdir hosts/
    cp hosts/lonely-burrow/* hosts/
    sudo nixos-generate-config ./
    e-config ./
    ./
    
  2. Replace your current hosts//hardware.nixre.nix with the contents of the new hardware-configuration.nix.

  3. Commit the changes to git.

  4. Build the flake

sudo nixos-rebuild build --flake .#intel


Important!!

This is heavily inspired (a lot of part is copy-pasted) from ZaneyOS by Tyler. However, unlike Zaneyos, I do not use Home-manager to manage dotfiles. My dotfiles can be found in this repository.