This commit is contained in:
zoe 2023-05-24 09:26:45 +02:00
parent e85a1348f7
commit 65836ef37d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [ ];
environment.systemPackages = with pkgs; [ clamav ];
programs.thunar = {
enable = true;