sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
pumpkin: syncoid: exclude games
[julm/julm-nix.git]
/
home-manager
/
profiles
/
social.nix
1
{
2
pkgs,
3
lib,
4
nixosConfig,
5
...
6
}:
7
{
8
imports = [
9
];
10
home.packages =
11
[
12
pkgs.mastodon-archive
13
]
14
++ lib.optionals nixosConfig.services.xserver.enable [
15
];
16
}