about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/hyfetch/default.nix (unfollow)
Commit message (Collapse)Author
4 daysmodules/nvim/plgs/luasnip: Provide key mappingsBenedikt Peetz
These make jumping through snippets possible
4 daysmodules/nvim/plgs/nvim-cmp: Unify key mappings by moving to the global moduleBenedikt Peetz
This makes it possible, to use the `options.desc` field to add a which-key description. I also used this chance to unify the `cmp` related key mappings in one file.
4 daysmodules/nvim/options/completeopt: Move to `plgs/nvim-cmp`Benedikt Peetz
4 daysmodules/lf/commands/set_wallpaper: Add required `procps` dependencyBenedikt Peetz
4 daysmodules/lf/commands/set_wallpaper: Use `pkill` instead of pgrep and killBenedikt Peetz
This will actually work if multiple `swaybg` instances are running (the previous code would have simply failed).
4 dayspkgs/mpp-lyrics: Use correct beets music directoryBenedikt Peetz
4 dayspkgs/git-edit-index: Avoid undefined variable errorBenedikt Peetz
6 daysmodules/nvim/plgs/luasnip/lua/snippets: Use better code styleBenedikt Peetz
This includes using the actual names of luasnip functions instead of these single char globals. This also includes basic formatting and occasional linebreaks.
6 daysmodules/nvim/plgs/luasnip/lua/snippets/html: RemoveBenedikt Peetz
These snippets were never used.
6 daysmodules/nvim/plgs/luasnip: Move config to nixBenedikt Peetz
7 daysmodules/backup: Provide support for a local repositoryBenedikt Peetz
7 dayscommon: Activate the ssh module by-defaultBenedikt Peetz
7 daysmodules/backup: Increase restic verbosityBenedikt Peetz
7 daysmodules/backup: Use ssh module to store the hostkey of the storageboxBenedikt Peetz
7 daysmodules/users: Add hm config and root userBenedikt Peetz
7 daysmodules/legacy/ssh: Migrate to by-nameBenedikt Peetz
8 daysmodules/backup: Adjust `backupPrepareCommand` for my fs layoutBenedikt Peetz
8 days