user/nas: use unstable packages
This commit is contained in:
parent
3c05b30c69
commit
65990b61ea
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
options = [ "grp:win_space_toggle" ];
|
options = [ "grp:win_space_toggle" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs.unstable; [
|
||||||
skypeforlinux
|
skypeforlinux
|
||||||
tdesktop
|
tdesktop
|
||||||
libreoffice
|
libreoffice
|
||||||
|
|
Loading…
Reference in a new issue