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