Commit message (Collapse) | Author | ||
---|---|---|---|
2 hours | modules/backup: Make backup preparing a separate service | Benedikt Peetz | |
This change also removes the auto mount stuff from the local backup. This is just not really useful for an on-demand backup | |||
3 hours | modules/nvim/plgs/luasnip: Remove useless `./lua` directory | Benedikt Peetz | |
3 hours | modules/nvim/plgs/luasnip/snippets: Simplify and add spdx-snippets | Benedikt Peetz | |
This simplifies the todo comment snippets and adds spdx-snippet snippets. | |||
3 hours | modules/nvim/plgs/nvim-cmp: Remove commented out partial enable | Benedikt Peetz | |
There seems to be no reason for me to want this. | |||
3 hours | modules/nvim/plgs/luasnip: Provide key mappings | Benedikt Peetz | |
These make jumping through snippets possible | |||
3 hours | modules/nvim/plgs/nvim-cmp: Unify key mappings by moving to the global module | Benedikt 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. | |||
3 hours | modules/nvim/options/completeopt: Move to `plgs/nvim-cmp` | Benedikt Peetz | |
4 hours | modules/lf/commands/set_wallpaper: Add required `procps` dependency | Benedikt Peetz | |
4 hours | modules/lf/commands/set_wallpaper: Use `pkill` instead of pgrep and kill | Benedikt Peetz | |
This will actually work if multiple `swaybg` instances are running (the previous code would have simply failed). | |||
4 hours | pkgs/mpp-lyrics: Use correct beets music directory | Benedikt Peetz | |
4 hours | pkgs/git-edit-index: Avoid undefined variable error | Benedikt Peetz | |
2 days | modules/nvim/plgs/luasnip/lua/snippets: Use better code style | Benedikt Peetz | |
This includes using the actual names of luasnip functions instead of these single char globals. This also includes basic formatting and occasional linebreaks. | |||
2 days | modules/nvim/plgs/luasnip/lua/snippets/html: Remove | Benedikt Peetz | |
These snippets were never used. | |||
2 days | modules/nvim/plgs/luasnip: Move config to nix | Benedikt Peetz | |
3 days | modules/backup: Provide support for a local repository | Benedikt Peetz | |
4 days | common: Activate the ssh module by-default | Benedikt Peetz | |
4 days | modules/backup: Increase restic verbosity | Benedikt Peetz | |
4 days | modules/backup: Use ssh module to store the hostkey of the storagebox | Benedikt Peetz | |
4 days | modules/users: Add hm config and root user | Benedikt Peetz | |
4 days | modules/legacy/ssh: Migrate to by-name | Benedikt Peetz | |
4 days | modules/backup: Adjust `backupPrepareCommand` for my fs layout | Benedikt Peetz | |
4 days | pkgs/snap-sync-forked: Drop | Benedikt Peetz | |
This was only needed by the backup module. Should I require support for on-premise backups, setting up a local restic repo would be easier. | |||
4 days | modules/backup: Port to storagebox | Benedikt Peetz | |
6 days | modules/lf/commands/trash_*: Add required `gnused` dependency | Benedikt Peetz | |
7 days | modules/common/unison: Ignore `~/.local/share/{Steam,atuin}` | Benedikt Peetz | |
7 days | modules/taskwarrior: Enable synchronization again | Benedikt Peetz | |
7 days | modules/less: Don't confuse less with the copyright comments in the config file | Benedikt Peetz | |
reuse treats the `.less` extensions as a format that can be commented. But that is a misconception and `less` does not actually understand these comments. | |||
7 days |