]> Git — Sourcephile - julm/julm-nix.git/blob - home-manager/profiles/social.nix
git: ignore formatting with nixfmt-rfc-style
[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 }