Skip to content

siphc/nixos-configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to replicate the system configuration starting from a fresh NixOS installation:

  1. install git: sudo nano /etc/nixos/configuration.nix => sudo nixos-rebuild switch
  2. clone repository: cd ~ ; git clone https://github.com/siphc/nixos-configuration.git (note that you won't have ssh by this stage!)
  3. download source code of required packages (dwm, st, slstatus) and copy configuration files over
  4. change users.users.* and "nixos-config=* in nix.nixPath to your own username, of course.
  5. nixos-rebuild switch -I nixos-config=/home/[USER]/nixos-configuration/configuration.nix
  6. ensure screenshot scripts function properly: cd ~ ; mkdir Pictures && mkdir Pictures/Screenshots
  7. fix PATH by symlinking to ./bin from ~/.local/bin
  8. reboot.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published