Skip to content

thomas-bouvier/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lix dotfiles

My declarative, reproducible system built using Lix.

Installation

If you set up a new machine you should probably generate a new SSH key.

Put your age keys here:

cd /home/thomas/.config/sops/age/keys.txt

To rebuild the system:

nixos-rebuild switch --flake . --use-remote-sudo

I got some inspiration from geraldwuhoo to setup my system.

Atuin

If you imported age keys, just login to retrieve your shell history:

atuin login
atuin sync

TODO

These are not fully integrated yet.

Obsidian

Open Obsidian and sync your notes. Close the program.

mv /home/thomas/Obsidian/<Vault>/.obsidian /home/thomas/Obsidian/<Vault>/.obsidian.old
ln -s /home/thomas/Dev/dotfiles/.obsidian /home/thomas/Obsidian/<Vault>