Alexander Heldt fd0112dacd pinwheel: Assigning workspaces statically worked better in hyprland
Doing it dynamically didn't work as expected. Workspaces showed up on
monitors they were not assigned to, and extra workspaced (11 ?) existed
2023-10-16 15:53:15 +02:00
2023-10-01 16:53:12 +02:00

config-manager

./config-manager is a module that contains a script to make usage of this flake easier.

Secrets

Secrets are managed by agenix (https://github.com/ryantm/agenix).

Creating new secrets

  1. Update secrets/secrets.nix with the new secret.

  2. When inside ./secrets:

EDITOR=vim agenix -e "some-secret.age"

This will create a new secret. To view its content one can do:

EDITOR=vim agenix -d "some-secret.age" -i ~/.ssh/alex.pinwheel

Or use some other SSH key that is has been used to key the secret.

Description
No description provided
Readme 2.5 MiB
Languages
Nix 93.8%
Shell 6.2%