fix(hyprland): add needed packages for hycov fork
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-03-08 16:25:02 -05:00
parent c763205bfc
commit 24e82e3229

View file

@ -16,6 +16,12 @@ in {
./security.nix ./security.nix
]; ];
# Needed for hycov fork
environment.systemPackages = with pkgs; [
gcc
pciutils
];
services = { services = {
dbus.enable = true; dbus.enable = true;
gvfs.enable = true; gvfs.enable = true;