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
/
wms
/
default.nix
blob: f3623ad85f06055582060a7a2943e4c1d8a0d0d7 (
plain
) (
blame
)
1
2
3
4
5
6
7
# vim: ts=2
{
config
,
...
}:
{
imports
=
[
./sway
./river
];
}