Use signal from nixpkgs-unstable

This commit is contained in:
xenia 2024-10-16 19:07:30 +02:00
parent 8d18f3e348
commit db536c0b50
2 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,7 @@ in rec {
inkscape
]
++ (if pkgs.stdenv.isDarwin then [alloy6-mac] else [pkgs.alloy6])
++ (if pkgs.stdenv.isDarwin then [] else [pkgs.keepassxc pkgs.vesktop pkgs.signal-desktop pkgs.ares])
++ (if pkgs.stdenv.isDarwin then [] else [pkgs.keepassxc pkgs.vesktop pkgs.ares])
;
programs.alacritty = alacritty;

View File

@ -30,6 +30,7 @@
environment.systemPackages = (with pkgs-unstable; [
renoise
signal-desktop
]) ++ (with pkgs; [
prismlauncher
]);