[thinkman] update to 21.05

This commit is contained in:
Felix Buehler 2021-06-02 10:37:28 +02:00
parent f8a677958b
commit 17f579e79a
11 changed files with 31 additions and 46 deletions

View file

@ -1,11 +1,8 @@
{ config, pkgs, ... }:
let
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
in
{
environment.systemPackages = with pkgs; [
nextcloud-client
unstable.syncthing
syncthing
magic-wormhole
vdirsyncer
];