Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | feat(home/base): remove passage | sefidel | 2023-03-09 | 1 | -1/+0 | |
| | ||||||
* | feat(home/communication): use sops for email secret | sefidel | 2023-03-09 | 2 | -7/+37 | |
| | ||||||
* | feat(home/base): set XDG_CURRENT_DESKTOP | sefidel | 2023-03-09 | 1 | -0/+4 | |
| | ||||||
* | feat(home/base): scale 1 for macos | sefidel | 2023-03-09 | 1 | -6/+0 | |
| | ||||||
* | feat(home/communication): element-desktop: show labs settings | sefidel | 2023-03-08 | 2 | -0/+5 | |
| | ||||||
* | feat(nixos/kompakt): add basic options | sefidel | 2023-03-08 | 2 | -1/+20 | |
| | ||||||
* | feat(home/communication): element-desktop: use wayland package | sefidel | 2023-03-08 | 1 | -1/+1 | |
| | ||||||
* | fix(home): remove leftover neovim-fix overlay | sefidel | 2023-03-08 | 1 | -10/+4 | |
| | ||||||
* | chore: reformat | sefidel | 2023-03-05 | 1 | -1/+2 | |
| | ||||||
* | fix(home/base): use local overlay for neovim fix | sefidel | 2023-03-05 | 1 | -6/+6 | |
| | ||||||
* | fix(home/base): temporary fix for neovim master builds | sefidel | 2023-03-05 | 1 | -4/+10 | |
| | ||||||
* | feat(home/communication): abandon nheko | sefidel | 2023-03-03 | 1 | -1/+0 | |
| | ||||||
* | feat(home/default): apply tmux suggestions | sefidel | 2023-03-03 | 1 | -0/+2 | |
| | ||||||
* | feat(home/communication): fix mbsync-oneshot | sefidel | 2023-03-03 | 1 | -4/+6 | |
| | ||||||
* | feat(home/base): update blocking issue for zellij | sefidel | 2023-02-27 | 1 | -1/+1 | |
| | ||||||
* | feat(home/base): enable helix | sefidel | 2023-02-27 | 1 | -0/+7 | |
| | ||||||
* | feat(home/base): set wl-copy as a clipboard in tmux | sefidel | 2023-02-27 | 1 | -0/+2 | |
| | ||||||
* | feat(home/communication): selfhost mails | sefidel | 2023-02-25 | 1 | -2/+2 | |
| | ||||||
* | feat(home/base): remove unused aliases | sefidel | 2023-02-25 | 1 | -2/+1 | |
| | ||||||
* | feat(home/development): add gopls | sefidel | 2023-02-23 | 1 | -0/+1 | |
| | ||||||
* | feat: use passage for IMAP authentication | sefidel | 2023-02-21 | 2 | -34/+2 | |
| | ||||||
* | feat: use yubikey for age | sefidel | 2023-02-21 | 1 | -0/+3 | |
| | ||||||
* | chore(home/communications): move to nheko when curl 7.88.0 is merged | sefidel | 2023-02-20 | 1 | -0/+1 | |
| | ||||||
* | feat(nixos/alpha,home/base): pass -> passage | sefidel | 2023-02-20 | 1 | -1/+1 | |
| | ||||||
* | feat(home/base): add waybar 'battery' & fix typo | sefidel | 2023-02-20 | 2 | -4/+10 | |
| | ||||||
* | feat(README): add todo | sefidel | 2023-02-20 | 1 | -1/+1 | |
| | ||||||
* | feat(home): messaging -> communication | sefidel | 2023-02-20 | 4 | -6/+6 | |
| | ||||||
* | feat: use age for sops | sefidel | 2023-02-20 | 3 | -38/+27 | |
| | ||||||
* | feat(home): add 'home' ssh-to-pgp key | sefidel | 2023-02-18 | 2 | -11/+31 | |
| | ||||||
* | feat(home/messaging): fix failing mbsync | sefidel | 2023-02-16 | 1 | -1/+1 | |
| | ||||||
* | feat: remove input chaotic-nixpkgs | sefidel | 2023-02-16 | 1 | -1/+1 | |
| | ||||||
* | feat(nixos/alpha): reinstall | sefidel | 2023-02-16 | 2 | -3/+3 | |
| | ||||||
* | feat(home/messaging): remove zachel.io | sefidel | 2023-02-15 | 1 | -49/+0 | |
| | ||||||
* | feat(home/messaging): use sops for mail secret | sefidel | 2023-02-15 | 7 | -6/+45 | |
| | ||||||
* | fix(home/kompakt): set nixpkgs architecture to aarch64-darwin | sefidel | 2023-02-15 | 1 | -1/+1 | |
| | ||||||
* | feat(home/kompakt): darwin -> linux | sefidel | 2023-02-15 | 6 | -16/+104 | |
| | ||||||
* | feat(home/development): move to exotic.sh | sefidel | 2023-02-12 | 1 | -3/+3 | |
| | ||||||
* | feat(flake): bump | sefidel | 2023-02-07 | 1 | -2/+4 | |
| | | | | | TODO: uncomment neovim overlay, see comments in relevant section | |||||
* | feat(home/development): create 'vhost' for gitolite management | sefidel | 2023-02-04 | 1 | -0/+7 | |
| | | | | | Previous git.sefidel.com entry forces ssh to authenticate with the fallback key only. On admin repository, authentication with gpg subkey is needed | |||||
* | feat(home/development): set key for git.sefidel.com | sefidel | 2023-02-04 | 1 | -0/+11 | |
| | | | | | | | | | Currently the server accepts both of my keys, and the GPG Authentication subkey is used for provisioning the server. Therefore, an explicit declaration of the IdentityFile to use is needed. The 'IdentitiesOnly' option is added since gpg's ssh-agent always tries their key first. | |||||
* | feat(home/development): remove vscode | sefidel | 2023-02-04 | 1 | -6/+0 | |
| | | | | | This package was installed solely for testing purposes, and now serves no purpose. | |||||
* | feat(*): use current identity | sefidel | 2023-02-04 | 2 | -6/+6 | |
| | ||||||
* | feat(browsing): use unlocked.link for search instance | sefidel | 2023-02-03 | 1 | -1/+1 | |
| | ||||||
* | fix(profiles/base): fix swaylock '30 sec' alert | sefidel | 2023-02-02 | 1 | -1/+1 | |
| | ||||||
* | feat(profiles/messaging): init 'sef' | sefidel | 2023-02-02 | 2 | -1/+52 | |
| | ||||||
* | feat(colmena/cobalt): init | sefidel | 2023-02-02 | 1 | -0/+1 | |
| | ||||||
* | feat(home/base): remove de keyboard layout | sefidel | 2023-01-28 | 1 | -1/+1 | |
| | ||||||
* | feat(home/base-darwin): also clear scrollback with 'clear' | sefidel | 2023-01-27 | 1 | -0/+1 | |
| | ||||||
* | feat(home/development): configure git-send-email | sefidel | 2023-01-26 | 1 | -0/+7 | |
| | ||||||
* | feat(home/messaging): remove slack | sefidel | 2023-01-26 | 1 | -3/+0 | |
| |