index
:
nixos-config
this commit
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
/
home-manager
/
config
/
cups
/
default.nix
blob: 5fe9f9d5597a0ee9828b2c587a2c9cb261379377 (
plain
) (
blame
)
1
2
3
{
config
,
...
}:
{
xdg
.
configFile
.
"cups/lpoptions"
.
text
=
"Default Brother
\n
"
;
}