Skip to content

a2not/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

428 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors