chore: Update to unstable and pass stable packages down to home-manager
This commit is contained in:
parent
a85c016116
commit
49df2ca301
6 changed files with 48 additions and 18 deletions
|
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
stable,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -41,7 +42,6 @@
|
|||
|
||||
packages = with pkgs; [
|
||||
# social
|
||||
jitsi-meet-electron
|
||||
discord # talk to other people
|
||||
google-chrome
|
||||
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
|
||||
# gaming support
|
||||
lutris
|
||||
bottles
|
||||
stable.bottles
|
||||
wine64Packages.stagingFull
|
||||
scummvm
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
stable,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
config.home.packages = [ pkgs.jitsi-meet-electron ];
|
||||
config.home.packages = [ stable.jitsi-meet-electron ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue