about summary refs log tree commit diff stats
path: root/hosts/IDOHVE/networking.nix (unfollow)
Commit message (Collapse)Author
23 min.feat(modules/impermanance): Also support the extended `directory` notationBenedikt Peetz
27 min.fix(modules/ollama): Also set the correct visibilityBenedikt Peetz
30 min.fix(modules/ollama): Use workaround to get systemd to agree to impermanenceBenedikt Peetz
25 hoursrefactor(modules/font): Use new `nerd-fonts` attr setBenedikt Peetz
25 hoursbuild(flake): Update to nixos-24.11 on the stable versionBenedikt Peetz
25 hoursfeat(modules/ollama): InitBenedikt Peetz
7 daysbuild(treewide): UpdateBenedikt Peetz
8 daysfix(tests/nvim-checkhealth): Acknowledge that it's not reproducibleBenedikt Peetz
8 daysfeat(tests/nvim-neorg): InitBenedikt Peetz
8 daysfix(tests/{yambar,nvim-checkhealth}): Update to use `Exec`Benedikt Peetz
8 daystests(infrastructure/run.nix): Bring up-to-date with the `default.nix`Benedikt Peetz
8 daystests(infrastructure/driver): Support executing commandsBenedikt Peetz
8 daysfeat(modules/lf): Add a keymap for cd-ing to the download directoryBenedikt Peetz
8 daysfix(tests/nvim-checkhealth): Increase the sleeptime after typingBenedikt Peetz
Otherwise, the command might not have been run, when we depend on it later.
8 daysfix(modules/yambar): Wrap the commands with arguments with a scriptBenedikt Peetz
9 daysfix(modules/yambar): Don't treat numbers as stringsBenedikt Peetz
This also includes casting the colour to a longer stretch of zeros, to ensure that it is treated as a colour and not as a string.
9 daysfix(tests::infrastructure): Provide `sysLib` as module argumentBenedikt Peetz
9 daystests(tests/yambar): InitBenedikt Peetz
9 daysfix(pkgs/description): RemoveBenedikt Peetz
This functionality has been moved to the `yt` binary.
9 daysfix(pkgs/show): RemoveBenedikt Peetz
This was never actually used.
9 dayschore(hosts): Enable yambarBenedikt Peetz
9 daysrefactor(modules/legacy/conf/yambar): Move to `by-name` and modernizeBenedikt Peetz
9 dayschore(pkgs/by-name/ya/{cpu,memory}): MergeBenedikt Peetz
There is no reason to keep these two programs separate.
9 daysfix(modules/lf/cmds/set_clipboard_path): Provide feedback to the userBenedikt Peetz
9 daysfix(modules/lf): Retry connecting to the serverBenedikt Peetz
It is possible that the config file is sourced, without a started server. This is effectively a race condition, which can only be fixed upstream, but we can at least try to connect to the server again.
9 daysbuild(treewide): UpdateBenedikt Peetz
9 daysbuild(update.sh): Remove old script update callBenedikt Peetz
This script has been removed.
12 daysfeat(modules/lf): Add `set_clipboard_path` command and keybindingBenedikt Peetz
13 daysfeat(modules/legacy/default): Move the download dir to `/tmp`Benedikt Peetz
This forces me to always move the downloaded files *somewhere*. Otherwise, the download directory would just end up utterly unsorted and thus useless.
13 daystests(tests/less): Increase sleep time to avoid flakinessBenedikt Peetz
13 daysfix(modules/lf/ctpv): Don't try to preview `.xcf` imagesBenedikt Peetz
13 daysfix(modules/lf/ctpv/helpers): Turn of `chafa`'s animationsBenedikt Peetz
13 daysfix(modules/lf): Ensure, that the remote mapping source command worksBenedikt Peetz
13 daysfix(modules/lf/ctpv/): Support color output, by simulating a interactive shellBenedikt Peetz
14 daysfix(modules/lf/ctpv/prev/glow): Force glow to colorize the outputBenedikt Peetz
14 daysfix(modules/lf): Use the correct name for the ctpv config fileBenedikt Peetz
14 dayschore(pkgs/ctpv): 1.1 -> 1.1-unstable-2024-11-24Benedikt Peetz
14 daystests(less): Accept variadic argumentsBenedikt Peetz
14 daysdocs(modules/lf/ctpv/prev/any): Add a fixmeBenedikt Peetz
14 daysfix(modules/lf/ctpv): Improve ctpv config file generationBenedikt Peetz
14 daysdocs(todo): Integrate into taskwarrior as tasksBenedikt Peetz
14 daysfix(pkgs/ctpv): Override to support more than 16 extensions in previewBenedikt Peetz
14 daystests(tests/nvim-checkhealth): InitBenedikt Peetz
14 daystests(infrastructure/driver): Support setting the golden fileBenedikt Peetz
14 daysfix(modules/nvim/opts): Ensure a consistent fileformatBenedikt Peetz
Thus, all dos files will magically change to Linux ones.
14 daysfeat(modules/lf/ctpv): Correct configureBenedikt Peetz
This also ensures, that all the needed previewers are available
14 daysfeat(modules/lf): Dynamically generate the cd scriptBenedikt Peetz
This both avoids having to commit the `lf_cd.age` file and ensures that it is always up to date.
2024-11-23fix(modules/nvim/plgs/lsp/servers): Avoid conditional in `lsp.servers`Benedikt Peetz
The attrs in `lsp.servers` seem to be taken literally and as such do not support the `lib.modules.mkIf` mechanic, nixos normally supports. Thus moving the `lib.mkIf` calls to the parent attrs should fix it.
2024-11-23tests({modules,tests}): Delay the coupling, until more modules are testedBenedikt Peetz
2024-11-23fix(modules/nvim/plgs/neorg): Use the correct ft name in ftpluginBenedikt Peetz
The neorg filetype is named `norg` not `neorg`.