index
:
dotfiles.git
main
My NixOS Personal & Server configs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
/
sway
/
default.nix
blob: b0906e0d7deaddd766621d3c5a30c1d977ce4b36 (
plain
)
1
2
3
4
5
6
7
8
{
home
,
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
sway autotiling-rs
];
}