index
:
nix/system
master
My NixOS Configuration
Nathan Reiner <nathan@nathanreiner.xyz>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
home
/
programs
/
wofi
/
default.nix
blob: d8cf5a94085d6c22cba7a864596b72ab0c8df631 (
plain
)
1
2
3
4
5
{
...
}:
{
enable
=
true
;
style
=
builtins
.
readFile
./style.css
;
}