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
/
files
/
default.nix
blob: 4e16077c78cd2b6a2cde7aa9691884a1086716ee (
plain
) (
blame
)
1
2
3
4
5
{
config
,
...
}:
{
imports
=
[
./wallpaper
];
}