/ecosystem

Dot files as a home-manager config, see github.com/Lugarun/biome for system level configs.

Primary LanguageNix

Home-manager Setup

Make sure you have nix installed. Then get the password store setup to import your secrets

nix-shell -p gpg pass git
gpg --import password-store.key
git clone "password-store git repo" ~/.password-store

My setup

I try to keep as much as my config as possible in home-manager so that I can 'easily' port my environment (including desktop-manager) to a different host.

So here is my break down:

print("ls")
echo hello world
pwd

Note that my hardware config is done via a different repo.

Setup Steps

I install this setup through the biome nixos setup. Here are the additional setup setps you need to take :( :

  1. Set the Zotero Data Directory Location to /home/lukas/projects/zotero
  2. If using emacs install then doom
  3. Run rmapi to authenticate rmapi with the remarkable cloud
  4. Install zotero extension (zotfile)[http://zotfile.com/] and then:
  • Set zotfile New Files directory to the downloads folder
  • Enable zotfile tablet ability
  • Set zotfile location to /home/lukas/projects/zotfile

Inspiration

Future