Add fediverse applications

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-06-07 15:32:43 +02:00
parent 563a68366c
commit 1ccade2379
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
config,
pkgs,
lib,
...
}:
let
profile = import ./profile.nix;
dotfiles_interstellar = pkgs.fetchgit {
url = "https://git.nichkara.eu/dotfiles/interstellar.git";
rev = "9864939b912dbb419e6e654970528fe1cee23a1a";
sha256 = "";
};
in
{
home.packages = with pkgs; [
# Lemmy
interstellar
# PeerTube
# Pixelfed
fedistar
];
}

View File

@@ -9,6 +9,7 @@ in
./window-manager.nix
../applications/matrix.nix
../applications/games.nix
../applications/fediserve.nix
];
home.packages = with pkgs; [