Added SafeEye, Renamed Options Fix
Some checks are pending
/ Check Nix Flake (push) Waiting to run

This commit is contained in:
kB01 2025-02-09 14:15:07 +01:00
parent 7303d173ec
commit 834a1f7cd5
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View file

@ -71,6 +71,7 @@ in {
"--config=/home/kb/.config/syncthing"
"--data=/home/kb/sync"
];
services.safeeyes.enable = true;
services.gpg-agent.enable = true;

View file

@ -73,7 +73,7 @@
services.printing.enable = true;
# Enable sound with pipewire.
hardware.pulseaudio.enable = false;
services.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;

View file

@ -16,7 +16,7 @@
boot.extraModulePackages = [ ];
# Setup Nvidia Driver
hardware.opengl.enable = true;
hardware.graphics.enable = true;
hardware.nvidia =
{
modesetting.enable = true;