mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 12:47:00 +01:00
11 lines
189 B
Nix
11 lines
189 B
Nix
{ ... }:
|
|
{
|
|
services = {
|
|
flatpak.enable = true;
|
|
printing.enable = true;
|
|
# Required for piper to work
|
|
ratbagd.enable = true;
|
|
xserver.videoDrivers = [ "nvidia" ];
|
|
};
|
|
}
|