add lock
This commit is contained in:
@@ -34,7 +34,6 @@ in
|
||||
../common
|
||||
../extra/steam
|
||||
../extra/nix-ld
|
||||
../extra/solaar
|
||||
../services/cnix.nix
|
||||
../hardware/cnix.nix
|
||||
../locale/cnix.nix
|
||||
|
||||
@@ -18,6 +18,10 @@ in
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
logitech.wireless = {
|
||||
enable = true;
|
||||
enableGraphical = true;
|
||||
};
|
||||
graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
@@ -26,7 +30,6 @@ in
|
||||
libva
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
gamescope
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user