Gitiles
Code Review
Sign In
git.clicks.codes
/
Coded
/
nixConfig
/
refs/heads/main
/
.
/
modules
/
codedPC
/
social.nix
blob: bea1df6883e1a8944166a0c4b063c446828e20aa [
file
] [
log
] [
blame
]
Samuel Shuert
f1d6e99
2023-11-24 17:28:33 -0500
[
diff
] [
blame
]
1
{
pkgs
,
...
}:
{
Samuel Shuert
d574823
2024-02-10 16:20:55 -0500
[
diff
] [
blame
]
2
home
-
manager
.
users
.
coded
.
home
.
packages
=
[
pkgs
.
discord
];
Samuel Shuert
f1d6e99
2023-11-24 17:28:33 -0500
[
diff
] [
blame
]
3
}