From db536c0b50cdc4e3a71f3be41836f05f57c1fb67 Mon Sep 17 00:00:00 2001 From: xenia Date: Wed, 16 Oct 2024 19:07:30 +0200 Subject: [PATCH] Use signal from nixpkgs-unstable --- home/graphical.nix | 2 +- nixos/machines/foxhut/boot.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/graphical.nix b/home/graphical.nix index e34fecde..061bd772 100644 --- a/home/graphical.nix +++ b/home/graphical.nix @@ -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; diff --git a/nixos/machines/foxhut/boot.nix b/nixos/machines/foxhut/boot.nix index af8b12c8..0a8cc3e1 100644 --- a/nixos/machines/foxhut/boot.nix +++ b/nixos/machines/foxhut/boot.nix @@ -30,6 +30,7 @@ environment.systemPackages = (with pkgs-unstable; [ renoise + signal-desktop ]) ++ (with pkgs; [ prismlauncher ]);