Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 922 Bytes

File metadata and controls

39 lines (33 loc) · 922 Bytes

dotfiles

My Nix home-manager configurations.

Dependencies

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

Installation

# Just clone recursively
git clone --recursive https://github.com/MarkelCA/dotfiles.git

Usage

# Personal profile
home-manager switch --flake ~/dotfiles/nix#markel
# Work profile
home-manager switch --flake ~/dotfiles/nix#work

Took inspiration from: