about summary refs log tree commit diff stats
path: root/flake (unfollow)
Commit message (Collapse)Author
2023-08-19Fix(hm/conf/neovim/autocmds): Add anchor to space replacementSoispha
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.
2023-08-19Fix(hm/conf/neovim): Remove duplicate mapping, which mapped n to nSoispha
This would otherwise unmap the mapping of n to "g<up>", thus making upwards movement impossible.
2023-08-19Fix(hm/conf/neovim): Remap '<C-Space>' to '<S-Tab>' as alacritty already uses itSoispha
2023-08-19Fix(hm/conf/neovim/autocmds): Correctly apply the if conditionalSoispha
2023-08-19Fix(hm/conf/neovim/mappings): Turn lf start mapping into a functionSoispha
2023-08-19Fix(hm/conf/neovim/mappings): Correctly specify lua codeSoispha
2023-08-19Fix(hm/conf/neovim/plugins/lf): Prepend 'vim' to global 'o' usageSoispha
2023-08-19Fix(hm/conf/neovim/autocmds): Add missing 'coloroverride' autocmd groupSoispha
2023-08-19Fix(hm/conf/neovim/options): Separate 'listchars' option with commasSoispha
2023-08-19Fix(hm/conf/neovim/options): Turn wildmode option into a stringSoispha
2023-08-19Fix(hm/conf/neovim/plugins/lsp/keymaps): Use correct mapping optionsSoispha
2023-08-19Fix(flake): Remove Merge conflictsSoispha
2023-08-19Fix(hm/packages): Remove neovim as it's already added by nixvimSoispha
2023-08-19Fix(system/services/serverphone): Disable bc building the gpg keys dosn't workSoispha
2023-08-19Docs(todo): UpdateSoispha
2023-08-19Fix(hm/conf/neovim): Fully import nvim config through nixVimSoispha
2023-08-19Fix(hm/conf/nvim): Import neovim configSoispha
2023-08-19Fix(flake): Add lua ls, as nvim still has some lua based configSoispha
2023-08-19Feat(hm/conf/nvim): Add basic nix config [REBASE TARGET]Soispha
2023-08-19Feat(treewide): Import nixVimSoispha
NixNeovim was forked from this, but never really took of. So I'm switching to nixVim, as I hope for better results.
2023-08-19Feat(flake): Import the nixNeovim moduleSoispha
2023-08-19Fix(hm/packages): Add iamb and remove nhekoSoispha
2023-08-19Feat(hm/conf/iamb): InitSoispha
2023-08-18Fix(hm/wms/river): Reactivate gammastepSoispha
2023-08-18Feat(hosts/apzu): Enable bluetoothSoispha
2023-08-17Build(treewide): UpdateSoispha
2023-08-13Build(flake): UpdateSoispha
2023-08-13Fix(hm/conf/tridactly): Use midnight colorschemeSoispha
2023-08-13Feat(hm/conf/tridactly): Add configurationSoispha
2023-08-13Feat(hm/conf/firefox): Add tridactly native messangerSoispha
2023-08-12Fix(hm/wms/river): Disable gammastepSoispha
2023-08-08Build(flake): UpdateSoispha
2023-08-08Build(flake): Normalize nixpkgs stable nameSoispha
2023-08-08Fix(system/secrets/nheko): Config token fix for new accountSoispha
2023-08-03Docs(todo): UpdateSoispha
2023-08-03Fix(hm/wms/river): Always use the us version of dvorakSoispha
2023-08-02Fix(hm/pkgs/update-sys): Add git-crypt dependencySoispha
2023-08-02Fix(hm/conf/yambar): Increase battery poll interval to 300msSoispha
The battery poll interval needs to be greater or equal to 250ms for yambar to work.
2023-08-01Fix(hm/conf/mail): Git-crypt encryptionSoispha
2023-08-01Fix(.gitattributes): Correct encrypted pathsSoispha
2023-08-01Fix(hm/conf/mail): Update non public accountsSoispha
2023-08-01Build(flake): UpdateSoispha
2023-08-01Refactor(treewide): Move module configuration in separate filesSoispha
2023-08-01Fix(hm/conf/gammastep): Use lighter settings on laptopsSoispha
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.
2023-08-01Fix(secrets/nheko/apzu): Update for new home serverSoispha
2023-08-01Fix(system/font): Rename `fonts.fonts` to `fonts.packages`Soispha
2023-08-01Fix(system/services/backup): Run backup every 8h, not only on bootSoispha
2023-08-01Fix(system/disks/hibernate): Hibernate after 5m when suspend -> hibernateSoispha
On `systemctl suspend-than-hibernate` wait 5m in suspend, than hibernate
2023-08-01Fix(treewide): Use tlp and thermald for power savingSoispha
2023-07-30Fix(hm/conf/git): Force gpg to use the specific keySoispha