Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 801 Bytes

File metadata and controls

36 lines (25 loc) · 801 Bytes

dotfiles

built with nix

install Nix

sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --daemon
# enable flakes
mkdir -p ~/.config/nix && \
  echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf

home-manager setup

# prepare age key to decrypt sops-nix. it's in the password manager.
mkdir -p ~/.config/sops/age/
touch ~/.config/sops/age/keys.txt

# voila
make home-linux

(only on ubuntu) set zsh as default shell

# change default shell to zsh
sudo sed --in-place -e '/auth.*required.*pam_shells.so/s/required/sufficient/g' /etc/pam.d/chsh
chsh -s $(which zsh)

Lima Desktop (ubuntu, NixOS)

see #11