Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 830 Bytes

home-manager.md

File metadata and controls

40 lines (29 loc) · 830 Bytes

Iynaix's Home Manager Config

Install Nix on Other Linux Distros

sh <(curl -L https://nixos.org/nix/install) --daemon

Install Home Manager

nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update

Run Home Manager

Substitute desktop with desired host

mkdir -p ~/projects
cd ~/projects
git clone https://github.com/iynaix/dotfiles
cd dotfiles
nix-shell -p home-manager
NIXPKGS_ALLOW_UNFREE=1 home-manager --extra-experimental-features "nix-command flakes" switch --flake ".#desktop"

Reboot.

Post Install

  • Install kitty on the host OS, the nix package requires nixGL to run.

TODO

  • gtk theme doesn't seem to be working
  • hyprland stuff
    • hyprland
    • swww
    • waybar