Make more things desktop only
All checks were successful
/ check (push) Successful in 1m45s

This commit is contained in:
Oliver Davies 2025-07-31 19:48:30 +01:00
parent 3bcf37f394
commit 865c60d557
9 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@
{
nixpkgs.allowedUnfreePackages = [ "makemkv" ];
flake.modules.nixos.pc =
flake.modules.nixos.desktop =
{ pkgs, ... }:
{
boot.kernelModules = [ "sg" ];