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