mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
Fix ghostty environment variables
This commit is contained in:
parent
fb22fa9ac3
commit
0769dde152
2 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
{ lib, ... }: let
|
||||
inherit (lib) enabled;
|
||||
in {
|
||||
services.aerospace = enabled {
|
||||
};
|
||||
services.aerospace = enabled;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue