mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 14:48:37 +01:00
chore(nix): Use string over float
Fixes an issue where Nix was unhappy with floats being inside strings.
This commit is contained in:
parent
42bcd16f65
commit
0f7c8678d9
@ -1,7 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
opacity = 0.95;
|
||||
opacity = "0.95";
|
||||
super = "SUPER";
|
||||
in
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user