index
:
nixos-config
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
by-name
/
xd
(
unfollow
)
Commit message (
Collapse
)
Author
2025-06-16
modules/xdg: Inherit path for the url-handler script
Benedikt Peetz
2025-04-27
treewide: Add nice GPL-3.0-or-later license header
Benedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2025-04-14
modules/xdg/url-handler: Correctly put a newline between nvim and zathura
Benedikt Peetz
2025-04-10
modules/xdg/xdpt: Use correct config file location
Benedikt Peetz
2025-04-09
modules/xdg/scripts/url-handler.sh: Format
Benedikt Peetz
2025-04-08
fix(modules/xdg/url-handler.sh): Use correct tskm invocation
Benedikt Peetz
2025-04-07
refactor(modules/xdg): Migrate to by-name and fix firefox dep in url-handler
Benedikt Peetz
2025-03-29
fix(modules/xdg): Migrate to the merged xdg-desktop-terminal-filechooser
Benedikt Peetz
2024-10-18
refactor(modules): Move all system modules to `by-name`
Benedikt Peetz
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.