fix(hyprland): add needed packages for hycov fork
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
c763205bfc
commit
24e82e3229
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ in {
|
|||
./security.nix
|
||||
];
|
||||
|
||||
# Needed for hycov fork
|
||||
environment.systemPackages = with pkgs; [
|
||||
gcc
|
||||
pciutils
|
||||
];
|
||||
|
||||
services = {
|
||||
dbus.enable = true;
|
||||
gvfs.enable = true;
|
||||
|
|
Loading…
Reference in a new issue