Skip to content

Latest commit

 

History

History
executable file
·
21 lines (14 loc) · 368 Bytes

File metadata and controls

executable file
·
21 lines (14 loc) · 368 Bytes

Dotfiles

Useful commands

Restart nix-daemon

sudo systemctl restart nix-daemon.service

Activate home-manager config from scratch

NIX_CONFIG="experimental-features = nix-command flakes" nix run home-manager/master -- switch --flake .#CONFIG

Activate specific home-manager config with nh

nh home switch . -c CONFIG