Skip to content

lucamaff/dotfiles

Repository files navigation

dotfiles

NixOS

  1. Install NixOS

  2. Change the hostname and install chezmoi

Device hostname
Gaming workstation nixos-gaming
Laura's laptop nixos-laptop
Acer mini laptop nixos-acer
sudo nano /etc/nixos/configuration.nix
networking.hostName = "nixos-gaming"
...
environment.systemPackages = with pkgs; [
  bitwarden-cli
  chezmoi
  gh
  git
];
sudo nixos-rebuild switch
  1. Login to bitwarden and github
bw login
gh auth login
  1. Run
chezmoi init --apply lucamaff

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published