Skip to content

sopyb/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NixOS dotfiles

This repository contains my dotfiles for my NixOS system.

Installation

Enable nix-command and flakes

echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf

Rebuild system

Available devices:

  • alphicta (my Victus 16-e0003nq laptop)
  • bethium (work pc)
sudo nixos-rebuild switch --flake .#<hostname>

You can update the pinned flake packages with nix flake update.

Note to self...

Initialize and update the submodule

git submodule init
git submodule update

Enable submodules when building

sudo nixos-rebuild switch --flake ".?submodules=1#<hostname>"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published