add fluffychat

This commit is contained in:
Charlotte 🦝 Delenk 2022-09-11 20:31:40 +01:00
parent 1514eab94d
commit b46d22c24c
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
3 changed files with 20 additions and 7 deletions

View file

@ -1,16 +1,11 @@
{
config,
pkgs,
nixpkgs-fluffychat,
...
}: let
firefox-wrapped = config.programs.firefox.package;
firefox = firefox-wrapped.unwrapped;
nss = pkgs.lib.lists.findFirst (x: (builtins.hasAttr "pname" x) && (x.pname == "nss")) null firefox.buildInputs;
in {
home.packages = with pkgs; [
(discord.override {
inherit nss;
})
element-desktop
nixpkgs-fluffychat.legacyPackages.${system}.fluffychat
];
}

View file

@ -792,6 +792,22 @@
"type": "github"
}
},
"nixpkgs-fluffychat": {
"locked": {
"lastModified": 1660598205,
"narHash": "sha256-j5gfym5GrZHG6dn2c3uDfXF2PWM11lNIylAKf6tqoKs=",
"owner": "Luis-Hebendanz",
"repo": "nixpkgs",
"rev": "6b8f6b33b2a9c0d482d0b05176a10825b6c36502",
"type": "github"
},
"original": {
"owner": "Luis-Hebendanz",
"ref": "fix_mkFlutterApp",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-noto-variable": {
"locked": {
"lastModified": 1648877644,
@ -1030,6 +1046,7 @@
"nix-packages": "nix-packages",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_7",
"nixpkgs-fluffychat": "nixpkgs-fluffychat",
"nixpkgs-noto-variable": "nixpkgs-noto-variable",
"nur": "nur",
"polymc": "polymc",

View file

@ -19,6 +19,7 @@ rec {
nixpkgs-noto-variable.url = "github:NixOS/nixpkgs/1988f9a17fc1c2ab11f5817adf34a4eb8d06454d";
emanote.url = "github:EmaApps/emanote";
invtracker.url = "git+https://git.chir.rs/darkkirb/Programmierbeleg";
nixpkgs-fluffychat.url = "github:Luis-Hebendanz/nixpkgs/fix_mkFlutterApp";
nix-neovim = {
url = "github:syberant/nix-neovim";