x13s: bump nixpkgs-unstable, use signal from 3rd party flake, add extra-container
This commit is contained in:
parent
fe7930c50b
commit
d1a0771733
5 changed files with 100 additions and 9 deletions
|
@ -132,8 +132,7 @@ in
|
|||
# FIXME: depends on insecure openssl 1.1.1t
|
||||
# kotatogram-desktop
|
||||
pkgsUnstable.tdesktop
|
||||
# TODO: remove or reuse this depending on whether waydroid signal works
|
||||
pkgsUnstable.signal-desktop
|
||||
nodeFlake.inputs.signal-desktop.packages.${pkgs.system}.default
|
||||
|
||||
# Virtualization
|
||||
virt-manager
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, nodeFlake, ... }:
|
||||
|
||||
let
|
||||
pkgsStable = nodeFlake.inputs.nixpkgs-stable.legacyPackages.${pkgs.system};
|
||||
in
|
||||
{
|
||||
home.packages = [ pkgs.libreoffice ];
|
||||
home.packages = [ pkgsStable.libreoffice ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue