Skip to content

Scripts for my personal and development system

Notifications You must be signed in to change notification settings

knipegp/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

G's System Config

Use NixOS to organize personal system configuration.

Boot-strapping steps.

  1. Create new directory in hosts
  2. Create a new flake.nix in that directory
  3. Ensure hosts/home.nix sources desired modules
  4. Copy /etc/nixos/hardware-configuration.nix to that directory
sudo nixos-rebuild switch --flake <dotfiles-path>/nixos/#<hostname>
nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.11.tar.gz home-manager
nix-channel --update
nix-shell '<home-manager>' -A install
# Run from the directory containing the home manager flake.
# Not sure how to do this with a relative path yet.
home-manager -v switch -b backup --flake .

Manually install Doom Emacs.

About

Scripts for my personal and development system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published