chore(nix): Use string over float

Fixes an issue where Nix was unhappy with floats being inside strings.
This commit is contained in:
Donovan Glover 2024-04-02 17:17:01 -04:00
parent 42bcd16f65
commit 0f7c8678d9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,7 +1,7 @@
{ pkgs, ... }:
let
opacity = 0.95;
opacity = "0.95";
super = "SUPER";
in
{