This commit is contained in:
Tao Tien 2023-07-20 15:27:53 -07:00
parent 595b0d3ce4
commit c2870d7546

View file

@ -1,7 +1,6 @@
{ pkgs, ... }:
{
users.users.tao.packages = with pkgs; [
bottles
darktable
deluge
discord
@ -28,6 +27,9 @@
zoxide
];
virtualisation.libvirtd.enable = true;
programs.dconf.enable = true;
services.syncthing = {
enable = true;
user = "tao";