mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
legacy/sync: add croc
This commit is contained in:
parent
f80f0f2c33
commit
e4a1df9962
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
croc
|
||||||
|
magic-wormhole
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
syncthing
|
syncthing
|
||||||
magic-wormhole
|
|
||||||
vdirsyncer
|
vdirsyncer
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue