aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager (unfollow)
Commit message (Collapse)Author
2023-08-19Fix(hm/conf/neovim): Add linter and formatters to the wrapped neovimSoispha
2023-08-19Fix(hm/conf/lf/commands): Remove non-wrapped neovim dependencySoispha
2023-08-19Fix(hm/conf/gammastep): Adjust laptop temp to redshift night defaultSoispha
2023-08-19Fix(hm/conf/neovim): Change mapping for cmp acceptation to 'HH'Soispha
2023-08-19Fix(hm/conf/neovim/nixneovim): Remove as it's replaced by nixvimSoispha
2023-08-19Fix(hm/conf/neovim/plugins/lsp): Remove duplicated setup of capabilitiesSoispha
NixVim automatically sets up the capabilities if the nvim_cmp plugin is activated.
2023-08-19Fix(hm/conf/neovim/plugins/lualine): Correctly qoute stringSoispha
2023-08-19Fix(hm/conf/neovim/plugins/lualine): Use anynomys functionsSoispha
2023-08-19Fix(hm/conf/neovim/plugins/lualine): EnableSoispha
2023-08-19Fix(hm/conf/neovim/plugins/lf): Add fg and bg highlight colorsSoispha
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(hm/packages): Remove neovim as it's already added by nixvimSoispha
2023-08-19Fix(hm/conf/neovim): Fully import nvim config through nixVimSoispha
2023-08-19Fix(hm/conf/nvim): Import neovim 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-17Build(treewide): 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-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(hm/conf/mail): Update non public accountsSoispha
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-07-30Fix(hm/conf/git): Force gpg to use the specific keySoispha
2023-07-30Fix(hm/conf/git): Also sign pushes, if the server supports thisSoispha
2023-07-30Fix(hm/conf/gpg): Remove mutabilitySoispha
2023-07-30Fix(hm/conf/gpg): Change key_1Soispha
2023-07-30Fix(hm/conf/gpg): Use hidden gpg keysSoispha
2023-07-30Feat(treewide): Add enable options for secrets and impermanenceSoispha
2023-07-29Fix(hosts/isimud): Import the whole system configurationSoispha
2023-07-29Fix(hm/conf/gpg): Add config for isimudSoispha