No description
This repository has been archived on 2024-11-22. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file Use this template
2024-09-16 18:24:48 -07:00
assets Added Picrews. 2024-09-16 18:21:40 -07:00
hosts modified: hosts/rogue/nixos/configuration.nix 2024-09-16 18:24:48 -07:00
modules modified: hosts/blackstar/nixos/configuration.nix 2024-09-16 18:18:25 -07:00
overlays Initial Commit 2024-08-04 06:26:01 +00:00
pkgs modified: hosts/shared/nixos/shared_config.nix 2024-08-26 21:18:49 -07:00
flake.lock modified: flake.lock 2024-08-20 10:27:45 -07:00
flake.nix modified: flake.lock 2024-08-20 10:27:45 -07:00
home.nix modified: home.nix 2024-08-25 19:08:37 -07:00
README.md Update README.md 2024-08-04 15:31:11 +00:00

NixOS Dotfiles

The package manager Nix, and the OS built around it; NixOS, work by focusing the whole of the system's configuration on just a few, functionally-programmed files that'll reproduce the exact system you want.

This offers immutability and testability, which is a great strength for workstations.

These are those files.

NOTICE

If you wish to use this, CHANGE `nixos/hardware-configuration FOR YOUR OWN.*** It contains hard drive GUID labels, which you do not have. This can bork your install.

Install

  1. Clone the repo and cd into it:
git clone [repo url] ~/.dotfiles && cd ./dotfiles
  1. Generate hardware configuration:
sudo nixos-generate-config
  1. Copy it to the nixos directory:
cp /etc/nixos/hardware-configuration.nix ./nixos/hardware-configuration.nix

TODO: Add more.

  1. Change settings across nixos/configuration.nix, shared_config.nix, home.nix and shared_home.nix to your preferences (Username, etc)

  2. Test it out

NixOS

sudo nixos-rebuild test --flake .#[hostname]

Home

home-manager switch

Default hostnames are blackstar (desktop) and rogue (laptop)

  1. Set as default
sudo nixos-rebuild switch --flake .#[hostname]