Commit Graph

7 Commits

Author SHA1 Message Date
surtur 8678ac0c23
nix: add t14's hm configuration 2023-12-05 15:43:25 +01:00
surtur 465df9fbb4
home-manager: mv home.nix home-surtur.nix 2022-12-03 20:49:27 +01:00
surtur b0a84f4cca
nix(flake): add flake-compat for legacy nix 2022-09-10 22:00:01 +02:00
surtur 62518f7ad7
home-manager: start using homeage, sops
the workflow is as follows:
  * age is used to manually encrypt e.g the sops keys file so it can
    securely be stored in git
  * homeage decrypts the file and symlinks it where sops expects it to
    be present. decrypted, which it will be, but it will in fact be
    residing in $XDG_RUNTIME_DIR (which *should* be tmpfs) and only be
    symlinked to $HOME/...
  * sops can from then on be used to manage arbitrary secrets as usual
2022-09-10 21:19:32 +02:00
surtur d1703768d9
flake: set default package 2022-09-08 13:52:56 +02:00
surtur 72d083fdf7
nix: set flake formatter to alejandra, do fmt 2022-08-29 22:13:34 +02:00
surtur a907d42366
nix: set up home-manager 2022-08-29 00:30:29 +02:00