1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 18:47:44 +00:00

feat: remove aerospace

This commit is contained in:
RGBCube 2025-03-22 01:09:16 +03:00
parent e3896c1a8d
commit 20748a1cfe
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -1,5 +0,0 @@
{ lib, ... }: let
inherit (lib) enabled;
in {
services.aerospace = enabled;
}