about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
...
* Fix(hm/conf/neovim/plugins/lualine): Use anynomys functionsSoispha2023-08-19
|
* Fix(hm/conf/neovim/plugins/lualine): EnableSoispha2023-08-19
|
* Fix(hm/conf/neovim/plugins/lf): Add fg and bg highlight colorsSoispha2023-08-19
|
* Fix(hm/conf/neovim/autocmds): Add anchor to space replacementSoispha2023-08-19
| | | | | | | | | | | | | | | | | | | | Without this the following code would be completely minimized: ``` {...}:{ services.lua_language={ enable=true; }; } ``` → ``` {...}:{ services.lua_language={ enable=true; }; } ```. Now it should only strip the whitespace at the end of the lines.
* Fix(hm/conf/neovim): Remove duplicate mapping, which mapped n to nSoispha2023-08-19
| | | | | This would otherwise unmap the mapping of n to "g<up>", thus making upwards movement impossible.
* Fix(hm/conf/neovim): Remap '<C-Space>' to '<S-Tab>' as alacritty already uses itSoispha2023-08-19
|
* Fix(hm/conf/neovim/autocmds): Correctly apply the if conditionalSoispha2023-08-19
|
* Fix(hm/conf/neovim/mappings): Turn lf start mapping into a functionSoispha2023-08-19
|
* Fix(hm/conf/neovim/mappings): Correctly specify lua codeSoispha2023-08-19
|
* Fix(hm/conf/neovim/plugins/lf): Prepend 'vim' to global 'o' usageSoispha2023-08-19
|
* Fix(hm/conf/neovim/autocmds): Add missing 'coloroverride' autocmd groupSoispha2023-08-19
|
* Fix(hm/conf/neovim/options): Separate 'listchars' option with commasSoispha2023-08-19
|
* Fix(hm/conf/neovim/options): Turn wildmode option into a stringSoispha2023-08-19
|
* Fix(hm/conf/neovim/plugins/lsp/keymaps): Use correct mapping optionsSoispha2023-08-19
|
* Fix(flake): Remove Merge conflictsSoispha2023-08-19
|
* Fix(hm/packages): Remove neovim as it's already added by nixvimSoispha2023-08-19
|
* Fix(system/services/serverphone): Disable bc building the gpg keys dosn't workSoispha2023-08-19
|
* Docs(todo): UpdateSoispha2023-08-19
|
* Fix(hm/conf/neovim): Fully import nvim config through nixVimSoispha2023-08-19
|
* Fix(hm/conf/nvim): Import neovim configSoispha2023-08-19
|
* Fix(flake): Add lua ls, as nvim still has some lua based configSoispha2023-08-19
|
* Feat(hm/conf/nvim): Add basic nix config [REBASE TARGET]Soispha2023-08-19
|
* Feat(treewide): Import nixVimSoispha2023-08-19
| | | | | NixNeovim was forked from this, but never really took of. So I'm switching to nixVim, as I hope for better results.
* Feat(flake): Import the nixNeovim moduleSoispha2023-08-19
|
* Fix(hm/packages): Add iamb and remove nhekoSoispha2023-08-19
|
* Feat(hm/conf/iamb): InitSoispha2023-08-19
|
* Fix(hm/wms/river): Reactivate gammastepSoispha2023-08-18
|
* Feat(hosts/apzu): Enable bluetoothSoispha2023-08-18
|
* Build(treewide): UpdateSoispha2023-08-17
|
* Build(flake): UpdateSoispha2023-08-13
|
* Fix(hm/conf/tridactly): Use midnight colorschemeSoispha2023-08-13
|
* Feat(hm/conf/tridactly): Add configurationSoispha2023-08-13
|
* Feat(hm/conf/firefox): Add tridactly native messangerSoispha2023-08-13
|
* Fix(hm/wms/river): Disable gammastepSoispha2023-08-12
|
* Build(flake): UpdateSoispha2023-08-08
|
* Build(flake): Normalize nixpkgs stable nameSoispha2023-08-08
|
* Fix(system/secrets/nheko): Config token fix for new accountSoispha2023-08-08
|
* Docs(todo): UpdateSoispha2023-08-03
|
* Fix(hm/wms/river): Always use the us version of dvorakSoispha2023-08-03
|
* Fix(hm/pkgs/update-sys): Add git-crypt dependencySoispha2023-08-02
|
* Fix(hm/conf/yambar): Increase battery poll interval to 300msSoispha2023-08-02
| | | | The battery poll interval needs to be greater or equal to 250ms for yambar to work.
* Fix(hm/conf/mail): Git-crypt encryptionSoispha2023-08-01
|
* Fix(.gitattributes): Correct encrypted pathsSoispha2023-08-01
|
* Fix(hm/conf/mail): Update non public accountsSoispha2023-08-01
|
* Build(flake): UpdateSoispha2023-08-01
|
* Refactor(treewide): Move module configuration in separate filesSoispha2023-08-01
|
* Fix(hm/conf/gammastep): Use lighter settings on laptopsSoispha2023-08-01
| | | | | | The laptop backlight, which is in most cases weaker, will further reduce the effect, thus it is paramount, that the amount coming from gammastep is reduced to account for that.
* Fix(secrets/nheko/apzu): Update for new home serverSoispha2023-08-01
|
* Fix(system/font): Rename `fonts.fonts` to `fonts.packages`Soispha2023-08-01
|
* Fix(system/services/backup): Run backup every 8h, not only on bootSoispha2023-08-01
|