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: 4fef0a9ca0a155fb076cae59d3a3c834a12788d8 (
plain
) (
blame
)
1
2
3
{
config
,
...
}:
{
xdg
.
configFile
.
"cups/lpoptions"
.
text
=
"Default Brother
\n
"
;
}