user/jan: use unstable misc home packages
This commit is contained in:
parent
dab505e62b
commit
74a23f8f2e
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
options = [ "grp:win_space_toggle" ];
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
home.packages = with pkgs.unstable; [
|
||||
tdesktop # telegram client
|
||||
nheko # matrix client
|
||||
libreoffice
|
||||
|
@ -52,7 +52,7 @@
|
|||
tor-browser-bundle-bin
|
||||
|
||||
myip
|
||||
unstable.woodpecker-cli
|
||||
woodpecker-cli
|
||||
];
|
||||
|
||||
local.git = {
|
||||
|
|
Loading…
Reference in a new issue