Use signal from nixpkgs-unstable
This commit is contained in:
parent
8d18f3e348
commit
db536c0b50
|
@ -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;
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
environment.systemPackages = (with pkgs-unstable; [
|
||||
renoise
|
||||
signal-desktop
|
||||
]) ++ (with pkgs; [
|
||||
prismlauncher
|
||||
]);
|
||||
|
|
Loading…
Reference in New Issue
Block a user