0xda157's home-manager and nixos config

remove builtins prefix

+2 -2
+2 -2
modules/home/desktops/shared/rofi/default.nix
··· 34 34 theme = { 35 35 "*" = { 36 36 background-color = mkForce (mkLiteral "transparent"); 37 - lightbg = mkForce (mkRgba (builtins.toString 5) "base01"); 38 - forground = mkForce (mkRgba (builtins.toString 5) "base05"); 37 + lightbg = mkForce (mkRgba (toString 5) "base01"); 38 + forground = mkForce (mkRgba (toString 5) "base05"); 39 39 }; 40 40 window = { 41 41 width = mkLiteral "500px";