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