dotfiles/provision
2024-02-26 18:54:55 -08:00
..
home-modules change some other themes to gruvbox 2023-12-14 00:24:59 -08:00
hosts add settings to git and saves to syncthing 2024-01-21 20:08:43 -08:00
lib remove unused style files 2023-11-19 12:18:45 -08:00
modules add cookcli 2024-02-26 18:54:55 -08:00
overlays add cookcli 2024-02-26 18:54:55 -08:00
pkgs add cookcli 2024-02-26 18:54:55 -08:00
secrets add github personal secret to sops 2024-01-14 23:21:03 -08:00
.sops.yaml initial try with github and sops-nix 2023-11-19 22:55:56 -08:00
additional-setup.md update readme for ares/gamescope 2024-01-21 20:04:44 -08:00
flake.lock update lock file 2024-02-22 18:34:12 -08:00
flake.nix add grimblast screenshot util 2024-02-05 22:55:44 -08:00
readme.md revert changes for iSH 2023-10-14 21:24:26 -07:00

Provision Nixos

*NixOS was a mistake.*

Set of configs files to setup NixOS.

Usage

  1. Install NixOS with this guide. Use the following paritions and btrfs subvolumes:

    Name Type Mount Point Size
    EFI vfat /boot 512MB
    root btrfs / rest of disk
    home btrfs /home subvol
    nix btrfs /nix subvol
    persist btrfs /persist subvol
    log btrfs /var/log subvol
  2. Run the following commands:

    nix-shell -p vim git
    git clone https://github.com/starr-dusT/dotfiles ~/.local/share/chezmoi 
    

    Move the installer created hardware.nix to dotfiles.

    Copy .chezmoidata.yaml.example to .chezmoidata.yaml and edit with desired settings then run the following commands:

    nixos-update # Assuming hostname is same as flake name
    

Perform additional setup found in additional-setup

Update

nixos-update command is aliased assuming the flake is named the same at the hostname of the machine.