Update home config
modules/home-config/keepassxc.scm
| 8 | 8 | (keepassxc-configuration | |
| 9 | 9 | (last-databases '("/data/tyreunom/ownCloud/synchro/pass.kdbx")) | |
| 10 | 10 | (last-dir "/data/tyreunom") | |
| 11 | - | (last-opened-databases '("/data/tyreunom/owncloud/synchro/pass.kdbx"))))) | |
| 11 | + | (last-opened-databases '("/data/tyreunom/ownCloud/synchro/pass.kdbx")) | |
| 12 | + | (theme "dark")))) |
modules/home-config/ssh.scm
| 50 | 50 | (key "AAAAC3NzaC1lZDI1NTE5AAAAIGop3/fV85tD2UaaZP1/xAH1HqdRbU7xWAUNrZzejJdc")) | |
| 51 | 51 | (ssh-known-host-configuration | |
| 52 | 52 | (names '("xana.lepiller.eu" "62.210.81.154")) | |
| 53 | - | (key "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDp5sneP8KW0w/JrOSU61d049dROsR2PYxwO6hDon71gB88aqLaTuF5G162bwHKMX7LV37cy46RNbvwYQaeOPZQ=")))) | |
| 53 | + | (key "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLfqwykh/7mCxwJrt94BT/k4Afoos4n+DVSsEKTeBCORY9XM9Wo+/fSEjHTpUnmvd5dN8iIJ+bNBE1foo5P1GTM=")))) | |
| 54 | 54 | ||
| 55 | 55 | (define ssh-home | |
| 56 | 56 | (user-home ssh-home-type |