Skip to content

Dotfiles to easily configure my development environment

Notifications You must be signed in to change notification settings

jankrejci/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Working environment defined with Nix and home-manager

Installation

Install nix through the nix-installer

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

Or download the nixos image from the nixos.org and create bootable flash

sudo dd bs=4M conv=fsync oflag=direct status=progress if=<path-to-image> of=/dev/sdX

Update packages

Update package versions in flake.lock

cd ~/dotfiles; nix flake update

Install updated packages

sudo nixos-rebuild switch --flake .#optiplex

Cleanup unused packages from nix store

nix-store --gc

About

Dotfiles to easily configure my development environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published