program | name |
---|---|
distro | nixos |
wm | swaywm |
launcher | bemenu |
browser | librewolf |
editor | nvim |
font | jetbrains mono |
shell | zsh |
term | alacritty |
doc viewer | zathura |
mkdir -p ~/.config/nix ~/dev/git
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
nix develop "github:skovati/dotfiles?dir=nix"
home-manager switch --flake "github:skovati/dotfiles?dir=nix#skovati"
git clone https://github.com/skovati/dotfiles ~/dev/git/dotfiles
cp /etc/nixos/hardware-configuration.nix ~/dev/git/dotfiles/nix
doas nixos-rebuild switch --flake ~/dev/git/dotfiles/nix#think
update && sw && nsw