Skip to content

DaniFdz/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NixOS home-manager dotfiles

Stargazers


For NixOS systems

Enable flakes:

export NIX_CONFIG="experimental-features = nix-command flakes"

Rebuild system with specific configurations:

sudo nixos-rebuild switch --flake github:DaniFdz/dotfiles#pc

For wsl NixOS

First download the latest release

Then open a terminal and run:

wsl --import NixOS .\NixOS\ nixos-wsl.tar.gz --version 2
wsl -d NixOS

After the initial installation, you need to update your channels once, to be able to use nixos-rebuild:

nix-channel --update

To build the system type:

nixos-rebuild switch --flake github:DaniFdz/dotfiles#wsl