about summary refs log tree commit diff stats
path: root/hosts/tiamat/default.nix (unfollow)
Commit message (Collapse)Author
11 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.
11 daysmodules/nvim/options/completeopt: Move to `plgs/nvim-cmp`Benedikt Peetz
11 daysmodules/lf/commands/set_wallpaper: Add required `procps` dependencyBenedikt Peetz
11 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).
11 dayspkgs/mpp-lyrics: Use correct beets music directoryBenedikt Peetz
11 dayspkgs/git-edit-index: Avoid undefined variable errorBenedikt Peetz
13 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.
13 daysmodules/nvim/plgs/luasnip/lua/snippets/html: RemoveBenedikt Peetz
These snippets were never used.
13 daysmodules/nvim/plgs/luasnip: Move config to nixBenedikt Peetz
2025-05-01modules/backup: Provide support for a local repositoryBenedikt Peetz
2025-05-01common: Activate the ssh module by-defaultBenedikt Peetz
2025-05-01modules/backup: Increase restic verbosityBenedikt Peetz
2025-05-01modules/backup: Use ssh module to store the hostkey of the storageboxBenedikt Peetz
2025-05-01modules/users: Add hm config and root userBenedikt Peetz
2025-05-01modules/legacy/ssh: Migrate to by-nameBenedikt Peetz
2025-04-30modules/backup: Adjust `backupPrepareCommand` for my fs layoutBenedikt Peetz
2025-04-30pkgs/snap-sync-forked: DropBenedikt 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.
2025-04-30modules/backup: Port to storageboxBenedikt Peetz
2025-04-28modules/lf/co