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