Skip to content

Personal dotfiles for NixOS based systems and home-manager

License

Notifications You must be signed in to change notification settings

chilipizdrick/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chilipizdrick's NixOS dotfiles

Screenshot Screenshot

Prerequisites

  • Installation of NixOS

Installation

Replace <host> below with preferred host configuration (one of atlas, aurora).

export NIX_CONFIG="experimental-features = nix-command flakes"
nix shell nixpkgs#git
git clone --depth=1 https://github.com/chilipizdrick/dotfiles.git
cd dotfiles
cp -f /etc/nixos/hardware-configuration.nix ./nixos/hosts/<host>/hardware-configuration.nix
sudo nixos-rebuild switch --flake .#<host>
home-manager switch --flake .

Thanks to

  • zDyant and Ja.KooLit for creating insanely cool dotfiles
  • Gabriel Fontes for creating comprehensive and comprehensible starting templates for NixOS and home-manager configurations

About

Personal dotfiles for NixOS based systems and home-manager

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published