Skip to content

cideM/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

Nix Flake for my M1 laptop and NixOS desktop computer.

MacOS (aarch64-darwin)

The nix-shell command is for the first run, afterwards just run home-manager

$ cat /etc/nix/nix.conf
build-users-group = nixbld
trusted-users = root fbs
...
$ nix-shell -p nixUnstable --command "nix build --experimental-features 'nix-command flakes' '.#homeConfigurations.work-m1.activationPackage'"
$ ./result/activate
$ home-manager build --flake .#work-m1

NixOS

sudo nixos-rebuild switch --flake .