Skip to content

Latest commit

 

History

History
executable file
·
40 lines (29 loc) · 825 Bytes

home-manager.md

File metadata and controls

executable file
·
40 lines (29 loc) · 825 Bytes

Rotteegher's Home Manager Config

Install Nix on Other Linux Distros

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

Install Home Manger

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

Run Home Manger

Substitute desktop with desired host

mkdir -p ~/pr
cd ~/pr
git clone https://github.com/rotteegher/rotfiles
cd rotfiles
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