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: 8111a4eddb551f2b6dfdd84330d9cb9aea8597a0 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
# vim: ts=2
{
config
,
...
}:
{
imports
=
[
# ./sway
./river
# ./plasma
];
}