Added SafeEye, Renamed Options Fix
All checks were successful
/ Check Nix Flake (push) Successful in 1m47s
All checks were successful
/ Check Nix Flake (push) Successful in 1m47s
This commit is contained in:
parent
7303d173ec
commit
834a1f7cd5
3 changed files with 3 additions and 2 deletions
|
@ -71,6 +71,7 @@ in {
|
|||
"--config=/home/kb/.config/syncthing"
|
||||
"--data=/home/kb/sync"
|
||||
];
|
||||
services.safeeyes.enable = true;
|
||||
|
||||
services.gpg-agent.enable = true;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
boot.extraModulePackages = [ ];
|
||||
|
||||
# Setup Nvidia Driver
|
||||
hardware.opengl.enable = true;
|
||||
hardware.graphics.enable = true;
|
||||
hardware.nvidia =
|
||||
{
|
||||
modesetting.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue