Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Latest commit

 

History

History
39 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.18 KB

My home-manager conf

Repository moved to https://git.sr.ht/~rosuavio/home-config

This repo only depends on nix, the shell.nix file pulls in everything else. To use any of the tools run nix-shell in the root of the dir. The nix-shell env pulls in a few tools.

  1. home-manager for managing home dir configurations.
  2. npins for managing nix dependencies.
  3. pkgs-firefox-addons from the Nix User repository.

TODO: source pkgs-firefox-addons from https://gitlab.com/rycee/nixpkgs-firefox-addons

Go To Commands

To enter the development shell and get access to all the tools necessary.

nix-shell

To update home dir based off home conf use

home-manager switch

To update nix dependencies

npins update

To update firefox addons

nixpkgs-firefox-addons firefox/addons/addons.json firefox/addons/generated-firefox-addons.nix

TODO: consolidate updating to one update script.

Other

I got a TODO going.