Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
a637b856767f388b1c9b461c4b23dd9c4fae7047
/
.
/
src
/
apps
/
personal
/
file_manager.nix
blob: 5a7658695cbacdab741b821e357a915f3c8f4378 [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
cinnamon
.
nemo
];
}