My Nix home-manager configurations.
The sway window manager chrashes if installed with Nix. I couldn't fix it because of some limitations with the Nix home-manager that don't exist with NixOS. So for now it has to be installed separately. Instructions:
Debian Based
sudo apt install sway
Arch Based
sudo pacman -S sway
# Just clone recursively
git clone --recursive https://github.com/MarkelCA/dotfiles.git# Personal profile
home-manager switch --flake ~/dotfiles/nix#markel# Work profile
home-manager switch --flake ~/dotfiles/nix#workTook inspiration from: