Add fediverse applications
This commit is contained in:
27
applications/fediserve.nix
Normal file
27
applications/fediserve.nix
Normal 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
|
||||
|
||||
];
|
||||
}
|
||||
@@ -9,6 +9,7 @@ in
|
||||
./window-manager.nix
|
||||
../applications/matrix.nix
|
||||
../applications/games.nix
|
||||
../applications/fediserve.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user