Skip to content

chilipizdrick/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chilipizdrick's NixOS dotfiles

Workspace
Lockscreen App Launcher Wallpaper Picker Power Menu Neovim Zen Browser

Warning

These dotfiles are created for personal use and assume my workflow. Use at your own risk.

Prerequisites

  • Installation of NixOS

Installation

Important

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
nixos-generate-config --show-hardware-config > ./nixos/hosts/<host>/hardware-configuration.nix
git add .
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